tag | line | file | source code |
pt | 364 | net/tcp/arp.c | arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
pt | 104 | net/tcp/dev.c | dev_add_pack (struct packet_type *pt) |
pt | 107 | net/tcp/dev.c | pt->next = ptype_base; |
pt | 112 | net/tcp/dev.c | if (p1->type == pt->type) |
pt | 114 | net/tcp/dev.c | pt->copy = 1; |
pt | 119 | net/tcp/dev.c | ptype_base = pt; |
pt | 124 | net/tcp/dev.c | dev_remove_pack (struct packet_type *pt) |
pt | 127 | net/tcp/dev.c | if (pt == ptype_base) |
pt | 129 | net/tcp/dev.c | ptype_base = pt->next; |
pt | 137 | net/tcp/dev.c | if (pt1->next == pt ) |
pt | 140 | net/tcp/dev.c | if (!pt->copy && lpt) |
pt | 142 | net/tcp/dev.c | pt1->next = pt->next; |
pt | 147 | net/tcp/dev.c | if (pt1->next -> type == pt ->type) |
pt | 121 | net/tcp/dev.h | void dev_add_pack (struct packet_type *pt); |
pt | 122 | net/tcp/dev.h | void dev_remove_pack (struct packet_type *pt); |
pt | 811 | 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 | 76 | net/tcp/packet.c | packet_rcv (struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
pt | 80 | net/tcp/packet.c | sk = pt->data; |