aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorEdward Cree <ecree@solarflare.com>2018-07-02 16:12:45 +0100
committerDavid S. Miller <davem@davemloft.net>2018-07-04 14:06:19 +0900
commitf6ad8c1bcdf014272d08c55b9469536952a0a771 (patch)
treec85c4d4b0521be53c012f769725f2f12e1bf68c4 /include/linux/netdevice.h
parentMerge branch 'sctp-fully-support-for-dscp-and-flowlabel-per-transport' (diff)
downloadlinux-dev-f6ad8c1bcdf014272d08c55b9469536952a0a771.tar.xz
linux-dev-f6ad8c1bcdf014272d08c55b9469536952a0a771.zip
net: core: trivial netif_receive_skb_list() entry point
Just calls netif_receive_skb() in a loop. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 64480a0f2c16..f67258f057ca 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -3477,6 +3477,7 @@ int netif_rx(struct sk_buff *skb);
int netif_rx_ni(struct sk_buff *skb);
int netif_receive_skb(struct sk_buff *skb);
int netif_receive_skb_core(struct sk_buff *skb);
+void netif_receive_skb_list(struct list_head *head);
gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb);
void napi_gro_flush(struct napi_struct *napi, bool flush_old);
struct sk_buff *napi_get_frags(struct napi_struct *napi);