commit | 5fdaa88dfefa87ee1ea92750e99950dca182ea41 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Fri Jul 06 10:12:57 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 07 10:58:49 2018 +0900 |
tree | 394116bee42930622ead18315567df8b0e472c09 | |
parent | 657a0667025e77cc17f8a38b93e60a2bc24d830c [diff] |
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>