Searched refs:ignore_outgoing (Results 1 - 4 of 4) sorted by path

/linux-master/include/linux/
H A Dnetdevice.h2692 bool ignore_outgoing; member in struct:packet_type
/linux-master/net/core/
H A Ddev.c2295 if (READ_ONCE(ptype->ignore_outgoing))
/linux-master/net/packet/
H A Daf_packet.c1782 match->prot_hook.ignore_outgoing = type_flags & PACKET_FANOUT_FLAG_IGNORE_OUTGOING;
4002 WRITE_ONCE(po->prot_hook.ignore_outgoing, !!val);
4136 val = READ_ONCE(po->prot_hook.ignore_outgoing);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_redirect.c96 int ignore_outgoing = 1; local
127 &ignore_outgoing, sizeof(ignore_outgoing));

Completed in 272 milliseconds