Searched refs:PACKET_SOCK_RUNNING (Results 1 – 3 of 3) sorted by relevance
| /linux/net/packet/ |
| H A D | internal.h | 138 PACKET_SOCK_RUNNING, enumerator
|
| H A D | diag.c | 24 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) in pdiag_put_info()
|
| H A D | af_packet.c | 339 if (!packet_sock_flag(po, PACKET_SOCK_RUNNING)) { in __register_prot_hook() 346 packet_sock_flag_set(po, PACKET_SOCK_RUNNING, 1); in __register_prot_hook() 368 packet_sock_flag_set(po, PACKET_SOCK_RUNNING, 0); in __unregister_prot_hook() 388 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) in unregister_prot_hook() 1793 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) { in fanout_add() 3228 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) { in packet_do_bind() 3241 BUG_ON(packet_sock_flag(po, PACKET_SOCK_RUNNING)); in packet_do_bind() 4204 if (packet_sock_flag(po, PACKET_SOCK_RUNNING)) { in packet_notifier() 4522 was_running = packet_sock_flag(po, PACKET_SOCK_RUNNING); in packet_set_ring() 4731 packet_sock_flag(po, PACKET_SOCK_RUNNING), in packet_seq_show()
|