taglinefilesource code
pt719drivers/scsi/fdomain.cchar        *pt;
pt724drivers/scsi/fdomain.cpt = strrchr( buffer, '$') - 1;
pt725drivers/scsi/fdomain.cif (!pt)      /* Stripped RCS Revision string? */
pt726drivers/scsi/fdomain.cpt = buffer + strlen( buffer ) - 1;
pt727drivers/scsi/fdomain.cif (*pt != ' ')
pt728drivers/scsi/fdomain.c++pt;
pt729drivers/scsi/fdomain.c*pt++ = '\n';
pt730drivers/scsi/fdomain.c*pt = '\0';
pt175include/linux/netdevice.hextern void    dev_add_pack(struct packet_type *pt);
pt176include/linux/netdevice.hextern void    dev_remove_pack(struct packet_type *pt);
pt517net/inet/arp.cint arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
pt9net/inet/arp.hstruct packet_type *pt);
pt111net/inet/dev.cvoid dev_add_pack(struct packet_type *pt)
pt114net/inet/dev.cpt->next = ptype_base;
pt122net/inet/dev.cpt->copy=0;  /* Assume we will not be copying the buffer before 
pt126net/inet/dev.cif(pt->type == htons(ETH_P_ALL))
pt136net/inet/dev.cif (p1->type == pt->type) 
pt138net/inet/dev.cpt->copy = 1;  /* We will need to copy */
pt148net/inet/dev.cif (pt->type == htons(ETH_P_ALL))
pt150net/inet/dev.cpt->next=NULL;
pt152net/inet/dev.cptype_base=pt;
pt162net/inet/dev.cp1->next=pt;
pt169net/inet/dev.cptype_base = pt;
pt177net/inet/dev.cvoid dev_remove_pack(struct packet_type *pt)
pt185net/inet/dev.cif (pt->type == htons(ETH_P_ALL))
pt192net/inet/dev.cif (pt == ptype_base) 
pt194net/inet/dev.cptype_base = pt->next;
pt209net/inet/dev.cif (pt1->next == pt ) 
pt212net/inet/dev.cif (!pt->copy && lpt) 
pt214net/inet/dev.cpt1->next = pt->next;
pt218net/inet/dev.cif (pt1->next->type == pt->type && pt->type != htons(ETH_P_ALL))
pt1428net/inet/ip.cint ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
pt80net/inet/ip.hstruct packet_type *pt);
pt795net/inet/ipx.cint ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
pt830net/inet/ipx.cln = ipxrtr_get_local_net(dev, pt->type);
pt1098net/inet/ipx.cstruct packet_type  pt;
pt1101net/inet/ipx.cpt.type = rt->dlink_type;
pt1104net/inet/ipx.cipx_rcv(skb,dev,&pt);
pt1107net/inet/ipx.cstruct packet_type  pt;
pt1111net/inet/ipx.cpt.type = rt->dlink_type;
pt1122net/inet/ipx.cipx_rcv(skb2,dev,&pt);
pt66net/inet/ipx.hextern int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt);
pt23net/inet/p8022.cp8022_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
pt30net/inet/p8022.creturn proto->rcvfunc(skb, dev, pt);
pt66net/inet/packet.cint packet_rcv(struct sk_buff *skb, struct device *dev,  struct packet_type *pt)
pt75net/inet/packet.csk = (struct sock *) pt->data;  
pt164net/inet/rarp.cint rarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
pt8net/inet/rarp.hstruct packet_type *pt);