aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2010-10-19 03:12:10 -0400
committerDavid S. Miller <davem@davemloft.net>2010-10-21 07:26:38 -0400
commitd0c2b0d265a0f1f92922a99a31def9da582197ac (patch)
tree5854f0e44bf594a2b123622a250619c97792e4f2 /include/linux/netdevice.h
parenta0e00369f1e1ff9142a20efe4785890e52b2e525 (diff)
napi: unexport napi_reuse_skb
The function napi_reuse_skb is only used inside core. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index ed7db7eebbf3..fcd3dda86322 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1748,8 +1748,6 @@ extern gro_result_t napi_skb_finish(gro_result_t ret, struct sk_buff *skb);
1748extern gro_result_t napi_gro_receive(struct napi_struct *napi, 1748extern gro_result_t napi_gro_receive(struct napi_struct *napi,
1749 struct sk_buff *skb); 1749 struct sk_buff *skb);
1750extern void napi_gro_flush(struct napi_struct *napi); 1750extern void napi_gro_flush(struct napi_struct *napi);
1751extern void napi_reuse_skb(struct napi_struct *napi,
1752 struct sk_buff *skb);
1753extern struct sk_buff * napi_get_frags(struct napi_struct *napi); 1751extern struct sk_buff * napi_get_frags(struct napi_struct *napi);
1754extern gro_result_t napi_frags_finish(struct napi_struct *napi, 1752extern gro_result_t napi_frags_finish(struct napi_struct *napi,
1755 struct sk_buff *skb, 1753 struct sk_buff *skb,