tag | line | file | source code |
packet_type | 152 | include/linux/netdevice.h | struct packet_type *); |
packet_type | 154 | include/linux/netdevice.h | struct packet_type *next; |
packet_type | 166 | include/linux/netdevice.h | extern struct packet_type *ptype_base; |
packet_type | 175 | include/linux/netdevice.h | extern void dev_add_pack(struct packet_type *pt); |
packet_type | 176 | include/linux/netdevice.h | extern void dev_remove_pack(struct packet_type *pt); |
packet_type | 517 | net/inet/arp.c | int arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1171 | net/inet/arp.c | static struct packet_type arp_packet_type = |
packet_type | 9 | net/inet/arp.h | struct packet_type *pt); |
packet_type | 10 | net/inet/datalink.h | struct packet_type *); |
packet_type | 62 | net/inet/dev.c | struct packet_type *ptype_base = NULL; |
packet_type | 111 | net/inet/dev.c | void dev_add_pack(struct packet_type *pt) |
packet_type | 113 | net/inet/dev.c | struct packet_type *p1; |
packet_type | 177 | net/inet/dev.c | void dev_remove_pack(struct packet_type *pt) |
packet_type | 179 | net/inet/dev.c | struct packet_type *lpt, *pt1; |
packet_type | 637 | net/inet/dev.c | struct packet_type *ptype; |
packet_type | 1428 | net/inet/ip.c | int ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 2002 | net/inet/ip.c | static struct packet_type ip_packet_type = |
packet_type | 80 | net/inet/ip.h | struct packet_type *pt); |
packet_type | 795 | net/inet/ipx.c | int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1098 | net/inet/ipx.c | struct packet_type pt; |
packet_type | 1107 | net/inet/ipx.c | struct packet_type pt; |
packet_type | 1312 | net/inet/ipx.c | static struct packet_type ipx_8023_packet_type = |
packet_type | 1321 | net/inet/ipx.c | static struct packet_type ipx_dix_packet_type = |
packet_type | 66 | net/inet/ipx.h | extern int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt); |
packet_type | 23 | net/inet/p8022.c | p8022_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 59 | net/inet/p8022.c | static struct packet_type p8022_packet_type = |
packet_type | 76 | net/inet/p8022.c | register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)) |
packet_type | 1 | net/inet/p8022.h | struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)); |
packet_type | 66 | net/inet/packet.c | int packet_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 223 | net/inet/packet.c | dev_remove_pack((struct packet_type *)sk->pair); |
packet_type | 224 | net/inet/packet.c | kfree_s((void *)sk->pair, sizeof(struct packet_type)); |
packet_type | 239 | net/inet/packet.c | struct packet_type *p; |
packet_type | 241 | net/inet/packet.c | p = (struct packet_type *) kmalloc(sizeof(*p), GFP_KERNEL); |
packet_type | 100 | net/inet/rarp.c | static struct packet_type rarp_packet_type = |
packet_type | 164 | net/inet/rarp.c | int rarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 8 | net/inet/rarp.h | struct packet_type *pt); |