Searched refs:net_lro_mgr (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/include/linux/ |
D | inet_lro.h | 76 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/ |
D | inet_lro.c | 273 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/ |
D | pasemi_mac.h | 88 struct net_lro_mgr lro_mgr;
|
D | mv643xx_eth.c | 359 struct net_lro_mgr lro_mgr;
|
/linux-2.6.39/drivers/net/ehea/ |
D | ehea.h | 390 struct net_lro_mgr lro_mgr;
|
/linux-2.6.39/drivers/infiniband/hw/nes/ |
D | nes_hw.h | 1250 struct net_lro_mgr lro_mgr;
|
/linux-2.6.39/drivers/net/myri10ge/ |
D | myri10ge.c | 167 struct net_lro_mgr lro_mgr; 2395 struct net_lro_mgr *lro_mgr; in myri10ge_open()
|