tag | line | file | source code |
prot_hook | 85 | include/net/sock.h | struct packet_type *prot_hook; |
prot_hook | 222 | net/ipv4/packet.c | if(sk->protinfo.af_packet.prot_hook) |
prot_hook | 228 | net/ipv4/packet.c | dev_remove_pack((struct packet_type *)sk->protinfo.af_packet.prot_hook); |
prot_hook | 234 | net/ipv4/packet.c | kfree_s((void *)sk->protinfo.af_packet.prot_hook, sizeof(struct packet_type)); |
prot_hook | 235 | net/ipv4/packet.c | sk->protinfo.af_packet.prot_hook = NULL; |
prot_hook | 262 | net/ipv4/packet.c | sk->protinfo.af_packet.prot_hook = p; |
prot_hook | 314 | net/ipv4/packet.c | if(sk->protinfo.af_packet.prot_hook) |
prot_hook | 316 | net/ipv4/packet.c | dev_remove_pack(sk->protinfo.af_packet.prot_hook); |
prot_hook | 317 | net/ipv4/packet.c | sk->protinfo.af_packet.prot_hook->dev=dev; |
prot_hook | 319 | net/ipv4/packet.c | dev_add_pack(sk->protinfo.af_packet.prot_hook); |
prot_hook | 351 | net/ipv4/packet.c | dev_remove_pack(ipo->prot_hook); |
prot_hook | 352 | net/ipv4/packet.c | kfree(ipo->prot_hook); |
prot_hook | 353 | net/ipv4/packet.c | ipo->prot_hook=NULL; |
prot_hook | 406 | net/ipv4/packet.c | if(sk->protinfo.af_packet.prot_hook==NULL) |