Home
last modified time | relevance | path

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

/linux/net/packet/
H A Ddiag.c24 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) in pdiag_put_info()
26 if (packet_sock_flag(po, PACKET_SOCK_AUXDATA)) in pdiag_put_info()
28 if (packet_sock_flag(po, PACKET_SOCK_ORIGDEV)) in pdiag_put_info()
32 if (packet_sock_flag(po, PACKET_SOCK_TP_LOSS)) in pdiag_put_info()
H A Daf_packet.c275 if (!packet_sock_flag(po, PACKET_SOCK_QDISC_BYPASS)) in packet_xmit()
340 if (!packet_sock_flag(po, PACKET_SOCK_RUNNING)) { in __register_prot_hook()
389 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) in unregister_prot_hook()
1364 if (packet_sock_flag(po, PACKET_SOCK_PRESSURE) != pressure) in packet_rcv_has_room()
1372 if (packet_sock_flag(po, PACKET_SOCK_PRESSURE) && in packet_rcv_try_clear_pressure()
1462 !packet_sock_flag(po_next, PACKET_SOCK_PRESSURE) && in fanout_demux_rollover()
1847 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) { in fanout_add()
2235 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV))) in packet_rcv()
2514 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV))) in tpacket_rcv()
2730 if (unlikely(packet_sock_flag(po, PACKET_SOCK_TX_HAS_OFF))) { in tpacket_parse_header()
[all …]
H A Dinternal.h158 static inline bool packet_sock_flag(const struct packet_sock *po, in packet_sock_flag() function