| tag | line | file | source code |
| pt | 361 | net/tcp/arp.c | arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 95 | net/tcp/dev.c | dev_add_pack (struct packet_type *pt) |
| pt | 98 | net/tcp/dev.c | pt->next = ptype_base; |
| pt | 103 | net/tcp/dev.c | if (p1->type == pt->type) |
| pt | 105 | net/tcp/dev.c | pt->copy = 1; |
| pt | 110 | net/tcp/dev.c | ptype_base = pt; |
| pt | 115 | net/tcp/dev.c | dev_remove_pack (struct packet_type *pt) |
| pt | 118 | net/tcp/dev.c | if (pt == ptype_base) |
| pt | 120 | net/tcp/dev.c | ptype_base = pt->next; |
| pt | 128 | net/tcp/dev.c | if (pt1->next == pt ) |
| pt | 131 | net/tcp/dev.c | if (!pt->copy && lpt) |
| pt | 133 | net/tcp/dev.c | pt1->next = pt->next; |
| pt | 138 | net/tcp/dev.c | if (pt1->next -> type == pt ->type) |
| pt | 114 | net/tcp/dev.h | void dev_add_pack (struct packet_type *pt); |
| pt | 115 | net/tcp/dev.h | void dev_remove_pack (struct packet_type *pt); |
| pt | 704 | net/tcp/ip.c | ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 43 | net/tcp/pack_type.c | struct packet_type *pt); |
| pt | 55 | net/tcp/pack_type.c | struct packet_type *pt); |
| pt | 70 | net/tcp/packet.c | packet_rcv (struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
| pt | 74 | net/tcp/packet.c | sk = pt->data; |