Home
last modified time | relevance | path

Searched refs:packet_type (Results 1 – 25 of 47) sorted by relevance

12

/linux-2.4.37.9/net/802/
Dp8022.c50 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
Dpsnap.c42 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/
Dhdlc_generic.c57 struct packet_type *p) in hdlc_rcv()
180 static struct packet_type hdlc_packet_type = {
Dlapbether.c130 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/
Dx25_dev.c101 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/
Dp8022.h4 …t(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
Dpsnap.h4 …(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
Ddatalink.h10 struct packet_type *);
Dx25.h159 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 *);
Darp.h14 struct packet_type *pt);
Dip.h91 struct packet_type *pt);
/linux-2.4.37.9/include/linux/
Dnetdevice.h461 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);
Dif_vlan.h22 struct packet_type;
/linux-2.4.37.9/include/asm-ppc/
Dresidual.h326 unsigned packet_type,
329 unsigned packet_type,
/linux-2.4.37.9/drivers/net/bonding/
Dbond_3ad.h278 struct packet_type ad_pkt_type;
299 int bond_3ad_lacpdu_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type* ptype);
Dbond_alb.h104 struct packet_type rlb_pkt_type;
/linux-2.4.37.9/drivers/net/hamradio/
Dbpqether.c101 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/
Dipconfig.c386 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()
Dip_input.c376 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/
Dresidual.c850 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/
Dvlan.h60 struct packet_type* ptype);
/linux-2.4.37.9/net/core/
Ddev.c165 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/
Dpppoe.c387 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/
Dax25_in.c219 …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/
Dip6_input.c53 int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt) in ipv6_rcv()

12