aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-07-06 11:19:08 +0900
committerDavid S. Miller <davem@davemloft.net>2018-07-06 11:19:08 +0900
commitab8565af68001ac5f9331daa311938ead3eb5636 (patch)
tree83a307ddb8c563edac67ec7935131ff1e22d2101 /include/net/ipv6.h
parentnet: core: filter: mark expected switch fall-through (diff)
parentnet: ipv6: listify ipv6_rcv() and ip6_rcv_finish() (diff)
downloadlinux-dev-ab8565af68001ac5f9331daa311938ead3eb5636.tar.xz
linux-dev-ab8565af68001ac5f9331daa311938ead3eb5636.zip
Merge branch 'IP-listification-follow-ups'
Edward Cree says: ==================== IP listification follow-ups While working on IPv6 list processing, I found another bug in the IPv4 version. So this patch series has that fix, and the IPv6 version with both fixes incorporated. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ipv6.h')
-rw-r--r--include/net/ipv6.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 16475c269749..b7843e0b16ee 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -922,6 +922,8 @@ static inline __be32 flowi6_get_flowlabel(const struct flowi6 *fl6)
int ipv6_rcv(struct sk_buff *skb, struct net_device *dev,
struct packet_type *pt, struct net_device *orig_dev);
+void ipv6_list_rcv(struct list_head *head, struct packet_type *pt,
+ struct net_device *orig_dev);
int ip6_rcv_finish(struct net *net, struct sock *sk, struct sk_buff *skb);