tag | line | file | source code |
prot_hook | 92 | include/net/sock.h | struct packet_type *prot_hook; |
prot_hook | 231 | net/ipv4/packet.c | if(sk->protinfo.af_packet.prot_hook) |
prot_hook | 237 | net/ipv4/packet.c | dev_remove_pack((struct packet_type *)sk->protinfo.af_packet.prot_hook); |
prot_hook | 243 | net/ipv4/packet.c | kfree_s((void *)sk->protinfo.af_packet.prot_hook, sizeof(struct packet_type)); |
prot_hook | 244 | net/ipv4/packet.c | sk->protinfo.af_packet.prot_hook = NULL; |
prot_hook | 271 | net/ipv4/packet.c | sk->protinfo.af_packet.prot_hook = p; |
prot_hook | 323 | net/ipv4/packet.c | if(sk->protinfo.af_packet.prot_hook) |
prot_hook | 325 | net/ipv4/packet.c | dev_remove_pack(sk->protinfo.af_packet.prot_hook); |
prot_hook | 326 | net/ipv4/packet.c | sk->protinfo.af_packet.prot_hook->dev=dev; |
prot_hook | 328 | net/ipv4/packet.c | dev_add_pack(sk->protinfo.af_packet.prot_hook); |
prot_hook | 360 | net/ipv4/packet.c | dev_remove_pack(ipo->prot_hook); |
prot_hook | 361 | net/ipv4/packet.c | kfree(ipo->prot_hook); |
prot_hook | 362 | net/ipv4/packet.c | ipo->prot_hook=NULL; |
prot_hook | 415 | net/ipv4/packet.c | if(sk->protinfo.af_packet.prot_hook==NULL) |