tag | line | file | source code |
packet_type | 176 | include/linux/netdevice.h | struct packet_type *); |
packet_type | 178 | include/linux/netdevice.h | struct packet_type *next; |
packet_type | 193 | include/linux/netdevice.h | extern struct packet_type *ptype_base[16]; |
packet_type | 203 | include/linux/netdevice.h | extern void dev_add_pack(struct packet_type *pt); |
packet_type | 204 | 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 | 88 | 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 | 30 | net/802/p8022.c | p8022_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 60 | net/802/p8022.c | static struct packet_type p8022_packet_type = |
packet_type | 77 | 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 | 96 | 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 | 564 | net/appletalk/aarp.c | static int aarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1340 | net/appletalk/ddp.c | int atalk_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1338 | 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 | 1599 | net/ax25/af_ax25.c | static int kiss_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *ptype) |
packet_type | 1616 | net/ax25/af_ax25.c | static int bpq_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *ptype) |
packet_type | 2124 | net/ax25/af_ax25.c | static struct packet_type ax25_packet_type = |
packet_type | 2133 | net/ax25/af_ax25.c | static struct packet_type bpq_packet_type = |
packet_type | 82 | net/core/dev.c | struct packet_type *ptype_base[16]; |
packet_type | 83 | net/core/dev.c | struct packet_type *ptype_all = NULL; /* Taps */ |
packet_type | 144 | net/core/dev.c | void dev_add_pack(struct packet_type *pt) |
packet_type | 166 | net/core/dev.c | void dev_remove_pack(struct packet_type *pt) |
packet_type | 168 | net/core/dev.c | struct packet_type **pt1; |
packet_type | 327 | net/core/dev.c | struct packet_type *ptype; |
packet_type | 615 | net/core/dev.c | struct packet_type *ptype; |
packet_type | 616 | net/core/dev.c | struct packet_type *pt_prev; |
packet_type | 596 | net/ipv4/arp.c | int arp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1448 | net/ipv4/arp.c | static struct packet_type arp_packet_type = |
packet_type | 1332 | net/ipv4/ip.c | int ip_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 2890 | 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 | 92 | net/ipv4/rarp.c | static int rarp_rcv(struct sk_buff *, struct device *, struct packet_type *); |
packet_type | 94 | net/ipv4/rarp.c | static struct packet_type rarp_packet_type = |
packet_type | 198 | net/ipv4/rarp.c | static int rarp_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1654 | net/ipx/af_ipx.c | int ipx_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *pt) |
packet_type | 1922 | net/ipx/af_ipx.c | static struct packet_type ipx_8023_packet_type = |
packet_type | 1932 | net/ipx/af_ipx.c | static struct packet_type ipx_dix_packet_type = |