aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/af_inet6.c
diff options
context:
space:
mode:
authorEdward Cree <ecree@solarflare.com>2018-07-05 15:49:42 +0100
committerDavid S. Miller <davem@davemloft.net>2018-07-06 11:19:07 +0900
commitd8269e2cbf908f9d26aa5d3217236227dffd1d89 (patch)
tree83a307ddb8c563edac67ec7935131ff1e22d2101 /net/ipv6/af_inet6.c
parentnet: ipv4: fix list processing on L3 slave devices (diff)
downloadlinux-dev-d8269e2cbf908f9d26aa5d3217236227dffd1d89.tar.xz
linux-dev-d8269e2cbf908f9d26aa5d3217236227dffd1d89.zip
net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()
Essentially the same as the ipv4 equivalents. Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/af_inet6.c')
-rw-r--r--net/ipv6/af_inet6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c
index 9ed0eae91758..c9535354149f 100644
--- a/net/ipv6/af_inet6.c
+++ b/net/ipv6/af_inet6.c
@@ -764,6 +764,7 @@ EXPORT_SYMBOL_GPL(ipv6_opt_accepted);
static struct packet_type ipv6_packet_type __read_mostly = {
.type = cpu_to_be16(ETH_P_IPV6),
.func = ipv6_rcv,
+ .list_func = ipv6_list_rcv,
};
static int __init ipv6_packet_init(void)