Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_redirect.c95 int ignore_outgoing = 1; in new_packet_sock() local
126 &ignore_outgoing, sizeof(ignore_outgoing)); in new_packet_sock()
/openbmc/linux/net/packet/
H A Daf_packet.c1782 match->prot_hook.ignore_outgoing = type_flags & PACKET_FANOUT_FLAG_IGNORE_OUTGOING; in fanout_add()
4008 WRITE_ONCE(po->prot_hook.ignore_outgoing, !!val); in packet_setsockopt()
4139 val = READ_ONCE(po->prot_hook.ignore_outgoing); in packet_getsockopt()
/openbmc/linux/include/linux/
H A Dnetdevice.h2699 bool ignore_outgoing; member
/openbmc/linux/net/core/
H A Ddev.c2293 if (READ_ONCE(ptype->ignore_outgoing)) in dev_queue_xmit_nit()