Searched refs:packet_sock_flag (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/packet/ |
H A D | diag.c | 24 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 D | af_packet.c | 275 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() 1378 if (packet_sock_flag(po, PACKET_SOCK_PRESSURE) != pressure) in packet_rcv_has_room() 1386 if (packet_sock_flag(po, PACKET_SOCK_PRESSURE) && in packet_rcv_try_clear_pressure() 1476 !packet_sock_flag(po_next, PACKET_SOCK_PRESSURE) && in fanout_demux_rollover() 1849 if (packet_sock_flag(po, PACKET_SOCK_RUNNING) && in fanout_add() 2249 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV))) in packet_rcv() 2531 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV))) in tpacket_rcv() 2750 if (unlikely(packet_sock_flag(po, PACKET_SOCK_TX_HAS_OFF))) { in tpacket_parse_header() [all …]
|
H A D | internal.h | 158 static inline bool packet_sock_flag(const struct packet_sock *po, in packet_sock_flag() function
|