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

/linux-master/net/packet/
H A Ddiag.c24 if (packet_sock_flag(po, PACKET_SOCK_RUNNING))
26 if (packet_sock_flag(po, PACKET_SOCK_AUXDATA))
28 if (packet_sock_flag(po, PACKET_SOCK_ORIGDEV))
32 if (packet_sock_flag(po, PACKET_SOCK_TP_LOSS))
H A Dinternal.h158 static inline bool packet_sock_flag(const struct packet_sock *po, function
H A Daf_packet.c275 if (!packet_sock_flag(po, PACKET_SOCK_QDISC_BYPASS))
340 if (!packet_sock_flag(po, PACKET_SOCK_RUNNING)) {
389 if (packet_sock_flag(po, PACKET_SOCK_RUNNING))
1317 if (packet_sock_flag(po, PACKET_SOCK_PRESSURE) != pressure)
1325 if (packet_sock_flag(po, PACKET_SOCK_PRESSURE) &&
1415 !packet_sock_flag(po_next, PACKET_SOCK_PRESSURE) &&
1788 if (packet_sock_flag(po, PACKET_SOCK_RUNNING) &&
2188 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV)))
2462 if (unlikely(packet_sock_flag(po, PACKET_SOCK_ORIGDEV)))
2679 if (unlikely(packet_sock_flag(p
[all...]

Completed in 196 milliseconds