taglinefilesource code
packet_type170include/linux/netdevice.hstruct packet_type *);
packet_type172include/linux/netdevice.hstruct packet_type  *next;
packet_type187include/linux/netdevice.hextern struct packet_type *ptype_base;
packet_type196include/linux/netdevice.hextern void    dev_add_pack(struct packet_type *pt);
packet_type197include/linux/netdevice.hextern void    dev_remove_pack(struct packet_type *pt);
packet_type547net/inet/arp.cint arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type1269net/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_type72net/inet/dev.cstruct packet_type *ptype_base = NULL;
packet_type127net/inet/dev.cvoid dev_add_pack(struct packet_type *pt)
packet_type140net/inet/dev.cvoid dev_remove_pack(struct packet_type *pt)
packet_type142net/inet/dev.cstruct packet_type **pt1;
packet_type304net/inet/dev.cstruct packet_type *ptype;
packet_type624net/inet/dev.cstruct packet_type *ptype;
packet_type625net/inet/dev.cstruct packet_type *pt_prev;
packet_type1459net/inet/ip.cint ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type2386net/inet/ip.cstatic struct packet_type ip_packet_type =
packet_type88net/inet/ip.hstruct packet_type *pt);
packet_type1627net/inet/ipx.cint ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type1892net/inet/ipx.cstatic struct packet_type ipx_8023_packet_type = 
packet_type1902net/inet/ipx.cstatic struct packet_type ipx_dix_packet_type = 
packet_type48net/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_type60net/inet/p8022.cstatic struct packet_type p8022_packet_type = 
packet_type77net/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_type71net/inet/packet.cint packet_rcv(struct sk_buff *skb, struct device *dev,  struct packet_type *pt)
packet_type241net/inet/packet.cdev_remove_pack((struct packet_type *)sk->pair);
packet_type242net/inet/packet.ckfree_s((void *)sk->pair, sizeof(struct packet_type));
packet_type257net/inet/packet.cstruct packet_type *p;
packet_type259net/inet/packet.cp = (struct packet_type *) kmalloc(sizeof(*p), GFP_KERNEL);
packet_type40net/inet/psnap.cint snap_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type42net/inet/psnap.cstatic struct packet_type psnap_packet_type = 
packet_type101net/inet/psnap.cstruct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *))
packet_type1net/inet/psnap.hstruct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *));
packet_type79net/inet/rarp.cstatic struct packet_type rarp_packet_type =
packet_type143net/inet/rarp.cint rarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type8net/inet/rarp.hstruct packet_type *pt);