taglinefilesource code
packet_type176include/linux/netdevice.hstruct packet_type *);
packet_type178include/linux/netdevice.hstruct packet_type  *next;
packet_type193include/linux/netdevice.hextern struct packet_type *ptype_base[16];
packet_type203include/linux/netdevice.hextern void    dev_add_pack(struct packet_type *pt);
packet_type204include/linux/netdevice.hextern void    dev_remove_pack(struct packet_type *pt);
packet_type9include/net/arp.hstruct packet_type *pt);
packet_type10include/net/datalink.hstruct packet_type *);
packet_type88include/net/ip.hstruct packet_type *pt);
packet_type48include/net/ipx.hextern int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt);
packet_type1include/net/p8022.hstruct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *));
packet_type1include/net/psnap.hstruct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *));
packet_type30net/802/p8022.cp8022_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type60net/802/p8022.cstatic struct packet_type p8022_packet_type = 
packet_type77net/802/p8022.cregister_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *))
packet_type40net/802/psnap.cint snap_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type42net/802/psnap.cstatic struct packet_type psnap_packet_type = 
packet_type96net/802/psnap.cstruct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *))
packet_type564net/appletalk/aarp.cstatic int aarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type1340net/appletalk/ddp.cint atalk_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type1338net/ax25/af_ax25.cstatic int ax25_rcv(struct sk_buff *skb, struct device *dev, ax25_address *dev_addr, struct packet_type *ptype)
packet_type1599net/ax25/af_ax25.cstatic int kiss_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *ptype)
packet_type1616net/ax25/af_ax25.cstatic int bpq_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *ptype)
packet_type2124net/ax25/af_ax25.cstatic struct packet_type ax25_packet_type = 
packet_type2133net/ax25/af_ax25.cstatic struct packet_type bpq_packet_type = 
packet_type82net/core/dev.cstruct packet_type *ptype_base[16];
packet_type83net/core/dev.cstruct packet_type *ptype_all = NULL;    /* Taps */
packet_type144net/core/dev.cvoid dev_add_pack(struct packet_type *pt)
packet_type166net/core/dev.cvoid dev_remove_pack(struct packet_type *pt)
packet_type168net/core/dev.cstruct packet_type **pt1;
packet_type327net/core/dev.cstruct packet_type *ptype;
packet_type615net/core/dev.cstruct packet_type *ptype;
packet_type616net/core/dev.cstruct packet_type *pt_prev;
packet_type596net/ipv4/arp.cint arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type1448net/ipv4/arp.cstatic struct packet_type arp_packet_type =
packet_type1332net/ipv4/ip.cint ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type2890net/ipv4/ip.cstatic struct packet_type ip_packet_type =
packet_type73net/ipv4/packet.cint packet_rcv(struct sk_buff *skb, struct device *dev,  struct packet_type *pt)
packet_type244net/ipv4/packet.cdev_remove_pack((struct packet_type *)sk->pair);
packet_type245net/ipv4/packet.ckfree_s((void *)sk->pair, sizeof(struct packet_type));
packet_type260net/ipv4/packet.cstruct packet_type *p;
packet_type262net/ipv4/packet.cp = (struct packet_type *) kmalloc(sizeof(*p), GFP_KERNEL);
packet_type92net/ipv4/rarp.cstatic int rarp_rcv(struct sk_buff *, struct device *, struct packet_type *);
packet_type94net/ipv4/rarp.cstatic struct packet_type rarp_packet_type =
packet_type198net/ipv4/rarp.cstatic int rarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type1654net/ipx/af_ipx.cint ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type1922net/ipx/af_ipx.cstatic struct packet_type ipx_8023_packet_type = 
packet_type1932net/ipx/af_ipx.cstatic struct packet_type ipx_dix_packet_type =