mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03: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:
@ -1,5 +1,8 @@
|
|||||||
2019-01-01 Joseph Myers <joseph@codesourcery.com>
|
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
|
* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SSBS): New
|
||||||
macro.
|
macro.
|
||||||
|
|
||||||
|
@ -63,6 +63,7 @@ struct sockaddr_ll
|
|||||||
#define PACKET_QDISC_BYPASS 20
|
#define PACKET_QDISC_BYPASS 20
|
||||||
#define PACKET_ROLLOVER_STATS 21
|
#define PACKET_ROLLOVER_STATS 21
|
||||||
#define PACKET_FANOUT_DATA 22
|
#define PACKET_FANOUT_DATA 22
|
||||||
|
#define PACKET_IGNORE_OUTGOING 23
|
||||||
|
|
||||||
struct packet_mreq
|
struct packet_mreq
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user