taglinefilesource code
prot_hook85include/net/sock.hstruct packet_type  *prot_hook;
prot_hook222net/ipv4/packet.cif(sk->protinfo.af_packet.prot_hook)
prot_hook228net/ipv4/packet.cdev_remove_pack((struct packet_type *)sk->protinfo.af_packet.prot_hook);
prot_hook234net/ipv4/packet.ckfree_s((void *)sk->protinfo.af_packet.prot_hook, sizeof(struct packet_type));
prot_hook235net/ipv4/packet.csk->protinfo.af_packet.prot_hook = NULL;
prot_hook262net/ipv4/packet.csk->protinfo.af_packet.prot_hook = p;
prot_hook314net/ipv4/packet.cif(sk->protinfo.af_packet.prot_hook)
prot_hook316net/ipv4/packet.cdev_remove_pack(sk->protinfo.af_packet.prot_hook);
prot_hook317net/ipv4/packet.csk->protinfo.af_packet.prot_hook->dev=dev;
prot_hook319net/ipv4/packet.cdev_add_pack(sk->protinfo.af_packet.prot_hook);
prot_hook351net/ipv4/packet.cdev_remove_pack(ipo->prot_hook);
prot_hook352net/ipv4/packet.ckfree(ipo->prot_hook);
prot_hook353net/ipv4/packet.cipo->prot_hook=NULL;
prot_hook406net/ipv4/packet.cif(sk->protinfo.af_packet.prot_hook==NULL)