Lines Matching defs:net_lro_mgr
74 struct net_lro_mgr { struct
75 struct net_device *dev;
76 struct net_lro_stats stats;
79 unsigned long features;
89 u32 ip_summed;
90 u32 ip_summed_aggr; /* Set in aggregated SKBs: CHECKSUM_UNNECESSARY
93 int max_desc; /* Max number of LRO descriptors */
94 int max_aggr; /* Max number of LRO packets to be aggregated */
96 int frag_align_pad; /* Padding required to properly align layer 3
99 struct net_lro_desc *lro_arr; /* Array of LRO descriptors */
106 int (*get_skb_header)(struct sk_buff *skb, void **ip_hdr,
133 void lro_receive_skb(struct net_lro_mgr *lro_mgr, argument