Home
last modified time | relevance | path

Searched refs:net_lro_mgr (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/include/linux/
Dinet_lro.h76 struct net_lro_mgr { struct
135 void lro_receive_skb(struct net_lro_mgr *lro_mgr, argument
143 void lro_vlan_hwaccel_receive_skb(struct net_lro_mgr *lro_mgr,
164 void lro_receive_frags(struct net_lro_mgr *lro_mgr,
168 void lro_vlan_hwaccel_receive_frags(struct net_lro_mgr *lro_mgr,
179 void lro_flush_all(struct net_lro_mgr *lro_mgr);
181 void lro_flush_pkt(struct net_lro_mgr *lro_mgr,
/linux-2.6.39/net/ipv4/
Dinet_lro.c273 static struct net_lro_desc *lro_get_desc(struct net_lro_mgr *lro_mgr, in lro_get_desc()
304 static void lro_flush(struct net_lro_mgr *lro_mgr, in lro_flush()
333 static int __lro_proc_skb(struct net_lro_mgr *lro_mgr, struct sk_buff *skb, in __lro_proc_skb()
391 static struct sk_buff *lro_gen_skb(struct net_lro_mgr *lro_mgr, in lro_gen_skb()
433 static struct sk_buff *__lro_proc_segment(struct net_lro_mgr *lro_mgr, in __lro_proc_segment()
513 void lro_receive_skb(struct net_lro_mgr *lro_mgr, in lro_receive_skb()
526 void lro_vlan_hwaccel_receive_skb(struct net_lro_mgr *lro_mgr, in lro_vlan_hwaccel_receive_skb()
541 void lro_receive_frags(struct net_lro_mgr *lro_mgr, in lro_receive_frags()
559 void lro_vlan_hwaccel_receive_frags(struct net_lro_mgr *lro_mgr, in lro_vlan_hwaccel_receive_frags()
579 void lro_flush_all(struct net_lro_mgr *lro_mgr) in lro_flush_all()
[all …]
/linux-2.6.39/drivers/net/
Dpasemi_mac.h88 struct net_lro_mgr lro_mgr;
Dmv643xx_eth.c359 struct net_lro_mgr lro_mgr;
/linux-2.6.39/drivers/net/ehea/
Dehea.h390 struct net_lro_mgr lro_mgr;
/linux-2.6.39/drivers/infiniband/hw/nes/
Dnes_hw.h1250 struct net_lro_mgr lro_mgr;
/linux-2.6.39/drivers/net/myri10ge/
Dmyri10ge.c167 struct net_lro_mgr lro_mgr;
2395 struct net_lro_mgr *lro_mgr; in myri10ge_open()