prot_hook 305 net/packet/af_packet.c dev_add_pack(&po->prot_hook); prot_hook 335 net/packet/af_packet.c __dev_remove_pack(&po->prot_hook); prot_hook 1234 net/packet/af_packet.c if (po->prot_hook.func != tpacket_rcv) { prot_hook 1463 net/packet/af_packet.c return po->prot_hook.func(skb, dev, &po->prot_hook, orig_dev); prot_hook 1480 net/packet/af_packet.c dev_add_pack(&f->prot_hook); prot_hook 1498 net/packet/af_packet.c __dev_remove_pack(&f->prot_hook); prot_hook 1712 net/packet/af_packet.c match->prot_hook.type = po->prot_hook.type; prot_hook 1713 net/packet/af_packet.c match->prot_hook.dev = po->prot_hook.dev; prot_hook 1714 net/packet/af_packet.c match->prot_hook.func = packet_rcv_fanout; prot_hook 1715 net/packet/af_packet.c match->prot_hook.af_packet_priv = match; prot_hook 1716 net/packet/af_packet.c match->prot_hook.id_match = match_fanout_group; prot_hook 1724 net/packet/af_packet.c match->prot_hook.type == po->prot_hook.type && prot_hook 1725 net/packet/af_packet.c match->prot_hook.dev == po->prot_hook.dev) { prot_hook 1728 net/packet/af_packet.c __dev_remove_pack(&po->prot_hook); prot_hook 3037 net/packet/af_packet.c if (po->prot_hook.dev) { prot_hook 3038 net/packet/af_packet.c dev_put(po->prot_hook.dev); prot_hook 3039 net/packet/af_packet.c po->prot_hook.dev = NULL; prot_hook 3123 net/packet/af_packet.c proto_curr = po->prot_hook.type; prot_hook 3124 net/packet/af_packet.c dev_curr = po->prot_hook.dev; prot_hook 3137 net/packet/af_packet.c dev_curr = po->prot_hook.dev; prot_hook 3145 net/packet/af_packet.c po->prot_hook.type = proto; prot_hook 3149 net/packet/af_packet.c po->prot_hook.dev = NULL; prot_hook 3153 net/packet/af_packet.c po->prot_hook.dev = dev; prot_hook 3281 net/packet/af_packet.c po->prot_hook.func = packet_rcv; prot_hook 3284 net/packet/af_packet.c po->prot_hook.func = packet_rcv_spkt; prot_hook 3286 net/packet/af_packet.c po->prot_hook.af_packet_priv = sk; prot_hook 3289 net/packet/af_packet.c po->prot_hook.type = proto; prot_hook 3881 net/packet/af_packet.c po->prot_hook.ignore_outgoing = !!val; prot_hook 4012 net/packet/af_packet.c val = po->prot_hook.ignore_outgoing; prot_hook 4093 net/packet/af_packet.c if (po->prot_hook.dev) prot_hook 4094 net/packet/af_packet.c dev_put(po->prot_hook.dev); prot_hook 4095 net/packet/af_packet.c po->prot_hook.dev = NULL; prot_hook 4422 net/packet/af_packet.c po->prot_hook.func = (po->rx_ring.pg_vec) ? prot_hook 96 net/packet/internal.h struct packet_type prot_hook ____cacheline_aligned_in_smp; prot_hook 137 net/packet/internal.h struct packet_type prot_hook ____cacheline_aligned_in_smp;