Home
last modified time | relevance | path

Searched refs:ignore_outgoing (Results 1 – 3 of 3) sorted by relevance

/linux/net/packet/
H A Daf_packet.c1829 match->prot_hook.ignore_outgoing = type_flags & PACKET_FANOUT_FLAG_IGNORE_OUTGOING; in fanout_add()
4069 WRITE_ONCE(po->prot_hook.ignore_outgoing, !!val); in packet_setsockopt()
4203 val = READ_ONCE(po->prot_hook.ignore_outgoing); in packet_getsockopt()
/linux/include/linux/
H A Dnetdevice.h2913 bool ignore_outgoing; member
/linux/net/core/
H A Ddev.c2538 if (READ_ONCE(ptype->ignore_outgoing)) in dev_queue_xmit_nit()