mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Add PACKET_IGNORE_OUTGOING from Linux 4.20 to netpacket/packet.h.
This patch adds the PACKET_IGNORE_OUTGOING constant from Linux 4.20 to netpacket/packet.h. Tested for x86_64. * sysdeps/unix/sysv/linux/netpacket/packet.h (PACKET_IGNORE_OUTGOING): New macro.
This commit is contained in:
parent
f45077974a
commit
e3d4e292f5
@ -1,5 +1,8 @@
|
||||
2019-01-01 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/netpacket/packet.h
|
||||
(PACKET_IGNORE_OUTGOING): New macro.
|
||||
|
||||
* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SSBS): New
|
||||
macro.
|
||||
|
||||
|
@ -63,6 +63,7 @@ struct sockaddr_ll
|
||||
#define PACKET_QDISC_BYPASS 20
|
||||
#define PACKET_ROLLOVER_STATS 21
|
||||
#define PACKET_FANOUT_DATA 22
|
||||
#define PACKET_IGNORE_OUTGOING 23
|
||||
|
||||
struct packet_mreq
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user