taglinefilesource code
packet_type465net/inet/arp.carp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type53net/inet/arp.hstruct packet_type *pt);
packet_type67net/inet/dev.cstatic struct packet_type ipx_8023_type = {
packet_type75net/inet/dev.cstatic struct packet_type ipx_packet_type = {
packet_type87net/inet/dev.cstatic struct packet_type ax25_packet_type = {
packet_type101net/inet/dev.cstatic struct packet_type arp_packet_type = {
packet_type118net/inet/dev.cstatic struct packet_type ip_packet_type = {
packet_type127net/inet/dev.cstruct packet_type *ptype_base = &ip_packet_type;
packet_type288net/inet/dev.cdev_add_pack(struct packet_type *pt)
packet_type290net/inet/dev.cstruct packet_type *p1;
packet_type307net/inet/dev.cdev_remove_pack(struct packet_type *pt)
packet_type309net/inet/dev.cstruct packet_type *lpt, *pt1;
packet_type583net/inet/dev.cstruct packet_type *ptype;
packet_type150net/inet/dev.hstruct packet_type *);
packet_type152net/inet/dev.hstruct packet_type  *next;
packet_type162net/inet/dev.hextern struct packet_type *ptype_base;
packet_type170net/inet/dev.hextern void    dev_add_pack(struct packet_type *pt);
packet_type171net/inet/dev.hextern void    dev_remove_pack(struct packet_type *pt);
packet_type1184net/inet/ip.cip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
packet_type75net/inet/ip.hstruct packet_type *pt);
packet_type58net/inet/packet.cpacket_rcv(struct sk_buff *skb, struct device *dev,  struct packet_type *pt)
packet_type155net/inet/packet.cdev_remove_pack((struct packet_type *)sk->pair);
packet_type156net/inet/packet.ckfree_s((void *)sk->pair, sizeof(struct packet_type));
packet_type165net/inet/packet.cstruct packet_type *p;
packet_type167net/inet/packet.cp = (struct packet_type *) kmalloc(sizeof(*p), GFP_KERNEL);