Searched refs:PACKET_SOCK_RUNNING (Results 1 – 2 of 2) sorted by relevance
| /linux/net/packet/ |
| H A D | internal.h | 138 PACKET_SOCK_RUNNING, enumerator
|
| H A D | af_packet.c | 341 if (!packet_sock_flag(po, PACKET_SOCK_RUNNING)) { in __register_prot_hook() 348 packet_sock_flag_set(po, PACKET_SOCK_RUNNING, 1); in __register_prot_hook() 370 packet_sock_flag_set(po, PACKET_SOCK_RUNNING, 0); in __unregister_prot_hook() 390 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) in unregister_prot_hook() 1809 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) { in fanout_add() 3264 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) { in packet_do_bind() 3277 BUG_ON(packet_sock_flag(po, PACKET_SOCK_RUNNING)); in packet_do_bind() 4238 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) { in packet_notifier() 4625 was_running = packet_sock_flag(po, PACKET_SOCK_RUNNING); in packet_set_ring() 4845 packet_sock_flag(po, PACKET_SOCK_RUNNING), in packet_seq_show()
|