]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: fold sockcm_cookie into ipcm6_cookie
authorWillem de Bruijn <willemb@google.com>
Fri, 6 Jul 2018 14:12:57 +0000 (10:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Jul 2018 01:58:49 +0000 (10:58 +0900)
commitc054e732c67b788e6c55e96ba9e31efae2e20524
tree394116bee42930622ead18315567df8b0e472c09
parent122f1b3d55b0405b8f80a0cfb65cecec4021ec7e
ipv6: fold sockcm_cookie into ipcm6_cookie

ipcm_cookie includes sockcm_cookie. Do the same for ipcm6_cookie.

This reduces the number of arguments that need to be passed around,
applies ipcm6_init to all cookie fields at once and reduces code
differentiation between ipv4 and ipv6.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
include/net/transp_v6.h
net/ipv6/datagram.c
net/ipv6/icmp.c
net/ipv6/ip6_flowlabel.c
net/ipv6/ip6_output.c
net/ipv6/ipv6_sockglue.c
net/ipv6/ping.c
net/ipv6/raw.c
net/ipv6/udp.c
net/l2tp/l2tp_ip6.c