Lines Matching refs:net_lro_desc
56 int len, const struct net_lro_desc *lro_desc) in lro_tcp_ip_check()
103 static void lro_update_tcp_ip_header(struct net_lro_desc *lro_desc) in lro_update_tcp_ip_header()
147 static void lro_init_desc(struct net_lro_desc *lro_desc, struct sk_buff *skb, in lro_init_desc()
180 static inline void lro_clear_desc(struct net_lro_desc *lro_desc) in lro_clear_desc()
182 memset(lro_desc, 0, sizeof(struct net_lro_desc)); in lro_clear_desc()
185 static void lro_add_common(struct net_lro_desc *lro_desc, struct iphdr *iph, in lro_add_common()
214 static void lro_add_packet(struct net_lro_desc *lro_desc, struct sk_buff *skb, in lro_add_packet()
234 static int lro_check_tcp_conn(struct net_lro_desc *lro_desc, in lro_check_tcp_conn()
246 static struct net_lro_desc *lro_get_desc(struct net_lro_mgr *lro_mgr, in lro_get_desc()
247 struct net_lro_desc *lro_arr, in lro_get_desc()
251 struct net_lro_desc *lro_desc = NULL; in lro_get_desc()
252 struct net_lro_desc *tmp; in lro_get_desc()
278 struct net_lro_desc *lro_desc) in lro_flush()
297 struct net_lro_desc *lro_desc; in __lro_proc_skb()
367 struct net_lro_desc *lro_desc = lro_mgr->lro_arr; in lro_flush_all()