mirror of git://sourceware.org/git/glibc.git
Add PACKET_VNET_HDR_SZ from Linux 6.4 to netpacket/packet.h
Linux 6.4 adds a new constant PACKET_VNET_HDR_SZ; add it to glibc's netpacket/packet.h. Tested for x86_64.
This commit is contained in:
parent
e3ae80adbc
commit
c8c20039c7
|
|
@ -64,6 +64,7 @@ struct sockaddr_ll
|
|||
#define PACKET_ROLLOVER_STATS 21
|
||||
#define PACKET_FANOUT_DATA 22
|
||||
#define PACKET_IGNORE_OUTGOING 23
|
||||
#define PACKET_VNET_HDR_SZ 24
|
||||
|
||||
struct packet_mreq
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue