taglinefilesource code
prot_hook92include/net/sock.hstruct packet_type  *prot_hook;
prot_hook231net/ipv4/packet.cif(sk->protinfo.af_packet.prot_hook)
prot_hook237net/ipv4/packet.cdev_remove_pack((struct packet_type *)sk->protinfo.af_packet.prot_hook);
prot_hook243net/ipv4/packet.ckfree_s((void *)sk->protinfo.af_packet.prot_hook, sizeof(struct packet_type));
prot_hook244net/ipv4/packet.csk->protinfo.af_packet.prot_hook = NULL;
prot_hook271net/ipv4/packet.csk->protinfo.af_packet.prot_hook = p;
prot_hook323net/ipv4/packet.cif(sk->protinfo.af_packet.prot_hook)
prot_hook325net/ipv4/packet.cdev_remove_pack(sk->protinfo.af_packet.prot_hook);
prot_hook326net/ipv4/packet.csk->protinfo.af_packet.prot_hook->dev=dev;
prot_hook328net/ipv4/packet.cdev_add_pack(sk->protinfo.af_packet.prot_hook);
prot_hook360net/ipv4/packet.cdev_remove_pack(ipo->prot_hook);
prot_hook361net/ipv4/packet.ckfree(ipo->prot_hook);
prot_hook362net/ipv4/packet.cipo->prot_hook=NULL;
prot_hook415net/ipv4/packet.cif(sk->protinfo.af_packet.prot_hook==NULL)