taglinefilesource code
pt725drivers/scsi/fdomain.cchar        *pt;
pt730drivers/scsi/fdomain.cpt = strrchr( buffer, '$') - 1;
pt731drivers/scsi/fdomain.cif (!pt)      /* Stripped RCS Revision string? */
pt732drivers/scsi/fdomain.cpt = buffer + strlen( buffer ) - 1;
pt733drivers/scsi/fdomain.cif (*pt != ' ')
pt734drivers/scsi/fdomain.c++pt;
pt735drivers/scsi/fdomain.c*pt++ = '\n';
pt736drivers/scsi/fdomain.c*pt = '\0';
pt168include/linux/netdevice.hextern void    dev_add_pack(struct packet_type *pt);
pt169include/linux/netdevice.hextern void    dev_remove_pack(struct packet_type *pt);
pt464net/inet/arp.cint arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
pt8net/inet/arp.hstruct packet_type *pt);
pt105net/inet/dev.cvoid dev_add_pack(struct packet_type *pt)
pt108net/inet/dev.cpt->next = ptype_base;
pt116net/inet/dev.cpt->copy=0;  /* Assume we will not be copying the buffer before 
pt120net/inet/dev.cif(pt->type == htons(ETH_P_ALL))
pt130net/inet/dev.cif (p1->type == pt->type) 
pt132net/inet/dev.cpt->copy = 1;  /* We will need to copy */
pt142net/inet/dev.cif (pt->type == htons(ETH_P_ALL))
pt144net/inet/dev.cpt->next=NULL;
pt146net/inet/dev.cptype_base=pt;
pt156net/inet/dev.cp1->next=pt;
pt163net/inet/dev.cptype_base = pt;
pt171net/inet/dev.cvoid dev_remove_pack(struct packet_type *pt)
pt179net/inet/dev.cif (pt->type == htons(ETH_P_ALL))
pt186net/inet/dev.cif (pt == ptype_base) 
pt188net/inet/dev.cptype_base = pt->next;
pt203net/inet/dev.cif (pt1->next == pt ) 
pt206net/inet/dev.cif (!pt->copy && lpt) 
pt208net/inet/dev.cpt1->next = pt->next;
pt212net/inet/dev.cif (pt1->next->type == pt->type && pt->type != htons(ETH_P_ALL))
pt170net/inet/dev.hextern void    dev_add_pack(struct packet_type *pt);
pt171net/inet/dev.hextern void    dev_remove_pack(struct packet_type *pt);
pt1536net/inet/ip.cint ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
pt80net/inet/ip.hstruct packet_type *pt);
pt695net/inet/ipx.cint ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt)
pt60net/inet/ipx.hextern int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt);
pt65net/inet/packet.cint packet_rcv(struct sk_buff *skb, struct device *dev,  struct packet_type *pt)
pt74net/inet/packet.csk = (struct sock *) pt->data;