tag | line | file | source code |
packet_type | 364 | net/tcp/arp.c | arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 76 | net/tcp/arp.h | int arp_rcv(struct sk_buff *, struct device *, struct packet_type *); |
packet_type | 104 | net/tcp/dev.c | dev_add_pack (struct packet_type *pt) |
packet_type | 106 | net/tcp/dev.c | struct packet_type *p1; |
packet_type | 124 | net/tcp/dev.c | dev_remove_pack (struct packet_type *pt) |
packet_type | 126 | net/tcp/dev.c | struct packet_type *lpt, *pt1; |
packet_type | 341 | net/tcp/dev.c | struct packet_type *ptype; |
packet_type | 107 | net/tcp/dev.h | int (*func) (struct sk_buff *, struct device *, struct packet_type *); |
packet_type | 109 | net/tcp/dev.h | struct packet_type *next; |
packet_type | 117 | net/tcp/dev.h | extern struct packet_type *ptype_base; |
packet_type | 121 | net/tcp/dev.h | void dev_add_pack (struct packet_type *pt); |
packet_type | 122 | net/tcp/dev.h | void dev_remove_pack (struct packet_type *pt); |
packet_type | 811 | net/tcp/ip.c | ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 181 | net/tcp/ip.h | int ip_rcv(struct sk_buff *buff, struct device *dev, struct packet_type *); |
packet_type | 43 | net/tcp/pack_type.c | struct packet_type *pt); |
packet_type | 45 | net/tcp/pack_type.c | static struct packet_type arp_packet_type= |
packet_type | 55 | net/tcp/pack_type.c | struct packet_type *pt); |
packet_type | 57 | net/tcp/pack_type.c | static struct packet_type ip_packet_type= |
packet_type | 66 | net/tcp/pack_type.c | struct packet_type *ptype_base = &ip_packet_type; |
packet_type | 76 | net/tcp/packet.c | packet_rcv (struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 199 | net/tcp/packet.c | dev_remove_pack ((struct packet_type *)sk->pair); |
packet_type | 200 | net/tcp/packet.c | kfree_s ((void *)sk->pair, sizeof (struct packet_type)); |
packet_type | 208 | net/tcp/packet.c | struct packet_type *p; |