]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()
authorEric Dumazet <edumazet@google.com>
Sat, 27 Sep 2014 16:50:56 +0000 (09:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Sep 2014 20:35:43 +0000 (16:35 -0400)
commitac9cb6c78ba35f320f16a3c79ba1f85727e8b827
treee8e5a42ba9b6b7cac22c469bd8a1ab496dca6daf
parent52e05ff04c425c1d6b0b3d7df38b0db252decf09
ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()

ipv6_opt_accepted() assumes IP6CB(skb) holds the struct inet6_skb_parm
that it needs. Lets not assume this, as TCP stack might use a different
place.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
net/dccp/ipv6.c
net/ipv6/af_inet6.c
net/ipv6/syncookies.c
net/ipv6/tcp_ipv6.c