taglinefilesource code
packet_type153include/linux/netdevice.hstruct packet_type *);
packet_type155include/linux/netdevice.hstruct packet_type  *next;
packet_type167include/linux/netdevice.hextern struct packet_type *ptype_base;
packet_type176include/linux/netdevice.hextern void    dev_add_pack(struct packet_type *pt);
packet_type177include/linux/netdevice.hextern void    dev_remove_pack(struct packet_type *pt);
packet_type526net/inet/arp.cint arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type1211net/inet/arp.cstatic struct packet_type arp_packet_type =
packet_type9net/inet/arp.hstruct packet_type *pt);
packet_type10net/inet/datalink.hstruct packet_type *);
packet_type64net/inet/dev.cstruct packet_type *ptype_base = NULL;
packet_type113net/inet/dev.cvoid dev_add_pack(struct packet_type *pt)
packet_type115net/inet/dev.cstruct packet_type *p1;
packet_type179net/inet/dev.cvoid dev_remove_pack(struct packet_type *pt)
packet_type181net/inet/dev.cstruct packet_type *lpt, *pt1;
packet_type342net/inet/dev.cstruct packet_type *ptype;
packet_type650net/inet/dev.cstruct packet_type *ptype;
packet_type1428net/inet/ip.cint ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type2006net/inet/ip.cstatic struct packet_type ip_packet_type =
packet_type80net/inet/ip.hstruct packet_type *pt);
packet_type807net/inet/ipx.cint ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type1105net/inet/ipx.cstruct packet_type  pt;
packet_type1114net/inet/ipx.cstruct packet_type  pt;
packet_type1319net/inet/ipx.cstatic struct packet_type ipx_8023_packet_type = 
packet_type1328net/inet/ipx.cstatic struct packet_type ipx_dix_packet_type = 
packet_type66net/inet/ipx.hextern int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt);
packet_type23net/inet/p8022.cp8022_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type59net/inet/p8022.cstatic struct packet_type p8022_packet_type = 
packet_type76net/inet/p8022.cregister_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *))
packet_type1net/inet/p8022.hstruct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *));
packet_type67net/inet/packet.cint packet_rcv(struct sk_buff *skb, struct device *dev,  struct packet_type *pt)
packet_type224net/inet/packet.cdev_remove_pack((struct packet_type *)sk->pair);
packet_type225net/inet/packet.ckfree_s((void *)sk->pair, sizeof(struct packet_type));
packet_type240net/inet/packet.cstruct packet_type *p;
packet_type242net/inet/packet.cp = (struct packet_type *) kmalloc(sizeof(*p), GFP_KERNEL);
packet_type78net/inet/rarp.cstatic struct packet_type rarp_packet_type =
packet_type142net/inet/rarp.cint rarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type8net/inet/rarp.hstruct packet_type *pt);