/linux-2.4.37.9/net/802/ |
D | p8022.c | 50 int p8022_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt) in p8022_rcv() 81 static struct packet_type p8022_packet_type = 109 …nt(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *)) in register_8022_client() argument
|
D | psnap.c | 42 int snap_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt) in snap_rcv() 44 static struct packet_type psnap_packet_type = in snap_rcv() 113 …t(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *)) in register_snap_client() argument
|
/linux-2.4.37.9/drivers/net/wan/ |
D | hdlc_generic.c | 57 struct packet_type *p) in hdlc_rcv() 180 static struct packet_type hdlc_packet_type = {
|
D | lapbether.c | 130 static int lapbeth_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype) in lapbeth_rcv() 461 static struct packet_type lapbeth_packet_type = {
|
/linux-2.4.37.9/net/x25/ |
D | x25_dev.c | 101 int x25_lapb_receive_frame(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype) in x25_lapb_receive_frame() 148 int x25_llc_receive_frame(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype) in x25_llc_receive_frame()
|
/linux-2.4.37.9/include/net/ |
D | p8022.h | 4 …t(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
|
D | psnap.h | 4 …(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
|
D | datalink.h | 10 struct packet_type *);
|
D | x25.h | 159 extern int x25_lapb_receive_frame(struct sk_buff *, struct net_device *, struct packet_type *); 160 extern int x25_llc_receive_frame(struct sk_buff *, struct net_device *, struct packet_type *);
|
D | arp.h | 14 struct packet_type *pt);
|
D | ip.h | 91 struct packet_type *pt);
|
/linux-2.4.37.9/include/linux/ |
D | netdevice.h | 461 struct packet_type struct 466 struct packet_type *); argument 468 struct packet_type *next; argument 486 extern void dev_add_pack(struct packet_type *pt); 487 extern void dev_remove_pack(struct packet_type *pt);
|
D | if_vlan.h | 22 struct packet_type;
|
/linux-2.4.37.9/include/asm-ppc/ |
D | residual.h | 326 unsigned packet_type, 329 unsigned packet_type,
|
/linux-2.4.37.9/drivers/net/bonding/ |
D | bond_3ad.h | 278 struct packet_type ad_pkt_type; 299 int bond_3ad_lacpdu_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type* ptype);
|
D | bond_alb.h | 104 struct packet_type rlb_pkt_type;
|
/linux-2.4.37.9/drivers/net/hamradio/ |
D | bpqether.c | 101 static int bpq_rcv(struct sk_buff *, struct net_device *, struct packet_type *); 105 static struct packet_type bpq_packet_type = { 212 static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype) in bpq_rcv()
|
/linux-2.4.37.9/net/ipv4/ |
D | ipconfig.c | 386 static int ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt); 388 static struct packet_type rarp_packet_type __initdata = { 407 ic_rarp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt) in ic_rarp_recv() 526 static int ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt); 528 static struct packet_type bootp_packet_type __initdata = { 794 static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt) in ic_bootp_recv()
|
D | ip_input.c | 376 int ip_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt) in ip_rcv()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | residual.c | 850 unsigned packet_type, in PnP_find_small_vendor_packet() argument 856 if (p && p[1]==packet_type && !(n--)) in PnP_find_small_vendor_packet() 864 unsigned packet_type, in PnP_find_large_vendor_packet() argument 870 if (p && p[3]==packet_type && !(n--)) in PnP_find_large_vendor_packet()
|
/linux-2.4.37.9/net/8021q/ |
D | vlan.h | 60 struct packet_type* ptype);
|
/linux-2.4.37.9/net/core/ |
D | dev.c | 165 static struct packet_type *ptype_base[16]; /* 16 way hashed list */ 166 static struct packet_type *ptype_all = NULL; /* Taps */ 234 void dev_add_pack(struct packet_type *pt) in dev_add_pack() 270 void dev_remove_pack(struct packet_type *pt) in dev_remove_pack() 272 struct packet_type **pt1; in dev_remove_pack() 937 struct packet_type *ptype; in dev_queue_xmit_nit() 1338 static int deliver_to_old_ones(struct packet_type *pt, struct sk_buff *skb, int last) in deliver_to_old_ones() 1433 struct packet_type *pt_prev) in handle_bridge() 1463 struct packet_type *ptype, *pt_prev; in netif_receive_skb()
|
/linux-2.4.37.9/drivers/net/ |
D | pppoe.c | 387 struct packet_type *pt) in pppoe_rcv() 435 struct packet_type *pt) in pppoe_disc_rcv() 471 struct packet_type pppoes_ptype = { 476 struct packet_type pppoed_ptype = {
|
/linux-2.4.37.9/net/ax25/ |
D | ax25_in.c | 219 …rcv(struct sk_buff *skb, struct net_device *dev, ax25_address *dev_addr, struct packet_type *ptype) in ax25_rcv() 474 struct packet_type *ptype) in ax25_kiss_rcv()
|
/linux-2.4.37.9/net/ipv6/ |
D | ip6_input.c | 53 int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt) in ipv6_rcv()
|