tag | line | file | source code |
packet_type | 171 | include/linux/netdevice.h | struct packet_type *); |
packet_type | 173 | include/linux/netdevice.h | struct packet_type *next; |
packet_type | 188 | include/linux/netdevice.h | extern struct packet_type *ptype_base[16]; |
packet_type | 197 | include/linux/netdevice.h | extern void dev_add_pack(struct packet_type *pt); |
packet_type | 198 | include/linux/netdevice.h | extern void dev_remove_pack(struct packet_type *pt); |
packet_type | 9 | include/net/arp.h | struct packet_type *pt); |
packet_type | 10 | include/net/datalink.h | struct packet_type *); |
packet_type | 90 | include/net/ip.h | struct packet_type *pt); |
packet_type | 48 | include/net/ipx.h | extern int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt); |
packet_type | 1 | include/net/p8022.h | struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)); |
packet_type | 1 | include/net/psnap.h | struct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)); |
packet_type | 8 | include/net/rarp.h | struct packet_type *pt); |
packet_type | 30 | net/802/p8022.c | p8022_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 67 | net/802/p8022.c | static struct packet_type p8022_packet_type = |
packet_type | 84 | net/802/p8022.c | register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)) |
packet_type | 40 | net/802/psnap.c | int snap_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 42 | net/802/psnap.c | static struct packet_type psnap_packet_type = |
packet_type | 100 | net/802/psnap.c | struct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)) |
packet_type | 563 | net/appletalk/aarp.c | static int aarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1329 | net/appletalk/ddp.c | int atalk_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1262 | net/ax25/af_ax25.c | static int ax25_rcv(struct sk_buff *skb, struct device *dev, ax25_address *dev_addr, struct packet_type *ptype) |
packet_type | 1498 | net/ax25/af_ax25.c | static int kiss_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *ptype) |
packet_type | 1515 | net/ax25/af_ax25.c | static int bpq_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *ptype) |
packet_type | 1958 | net/ax25/af_ax25.c | static struct packet_type ax25_packet_type = |
packet_type | 1967 | net/ax25/af_ax25.c | static struct packet_type bpq_packet_type = |
packet_type | 79 | net/core/dev.c | struct packet_type *ptype_base[16]; |
packet_type | 80 | net/core/dev.c | struct packet_type *ptype_all = NULL; /* Taps */ |
packet_type | 135 | net/core/dev.c | void dev_add_pack(struct packet_type *pt) |
packet_type | 157 | net/core/dev.c | void dev_remove_pack(struct packet_type *pt) |
packet_type | 159 | net/core/dev.c | struct packet_type **pt1; |
packet_type | 316 | net/core/dev.c | struct packet_type *ptype; |
packet_type | 604 | net/core/dev.c | struct packet_type *ptype; |
packet_type | 605 | net/core/dev.c | struct packet_type *pt_prev; |
packet_type | 553 | net/ipv4/arp.c | int arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1392 | net/ipv4/arp.c | static struct packet_type arp_packet_type = |
packet_type | 1281 | net/ipv4/ip.c | int ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 2765 | net/ipv4/ip.c | static struct packet_type ip_packet_type = |
packet_type | 73 | net/ipv4/packet.c | int packet_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 244 | net/ipv4/packet.c | dev_remove_pack((struct packet_type *)sk->pair); |
packet_type | 245 | net/ipv4/packet.c | kfree_s((void *)sk->pair, sizeof(struct packet_type)); |
packet_type | 260 | net/ipv4/packet.c | struct packet_type *p; |
packet_type | 262 | net/ipv4/packet.c | p = (struct packet_type *) kmalloc(sizeof(*p), GFP_KERNEL); |
packet_type | 79 | net/ipv4/rarp.c | static struct packet_type rarp_packet_type = |
packet_type | 143 | net/ipv4/rarp.c | int rarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1631 | net/ipx/af_ipx.c | int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1899 | net/ipx/af_ipx.c | static struct packet_type ipx_8023_packet_type = |
packet_type | 1909 | net/ipx/af_ipx.c | static struct packet_type ipx_dix_packet_type = |