mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue