aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/inet_lro.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/inet_lro.h')
-rw-r--r--include/linux/inet_lro.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/linux/inet_lro.h b/include/linux/inet_lro.h
index 2cf55afbcd4e..9a715cfa1fe3 100644
--- a/include/linux/inet_lro.h
+++ b/include/linux/inet_lro.h
@@ -133,33 +133,10 @@ struct net_lro_mgr {
133void lro_receive_skb(struct net_lro_mgr *lro_mgr, 133void lro_receive_skb(struct net_lro_mgr *lro_mgr,
134 struct sk_buff *skb, 134 struct sk_buff *skb,
135 void *priv); 135 void *priv);
136
137/*
138 * Processes a fragment list
139 *
140 * This functions aggregate fragments and generate SKBs do pass
141 * the packets to the stack.
142 *
143 * @lro_mgr: LRO manager to use
144 * @frags: Fragment to be processed. Must contain entire header in first
145 * element.
146 * @len: Length of received data
147 * @true_size: Actual size of memory the fragment is consuming
148 * @priv: Private data that may be used by driver functions
149 * (for example get_tcp_ip_hdr)
150 */
151
152void lro_receive_frags(struct net_lro_mgr *lro_mgr,
153 struct skb_frag_struct *frags,
154 int len, int true_size, void *priv, __wsum sum);
155
156/* 136/*
157 * Forward all aggregated SKBs held by lro_mgr to network stack 137 * Forward all aggregated SKBs held by lro_mgr to network stack
158 */ 138 */
159 139
160void lro_flush_all(struct net_lro_mgr *lro_mgr); 140void lro_flush_all(struct net_lro_mgr *lro_mgr);
161 141
162void lro_flush_pkt(struct net_lro_mgr *lro_mgr,
163 struct iphdr *iph, struct tcphdr *tcph);
164
165#endif 142#endif