-
- Downloads
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>
Showing
- include/net/ipv6.h 2 additions, 1 deletioninclude/net/ipv6.h
- net/dccp/ipv6.c 1 addition, 1 deletionnet/dccp/ipv6.c
- net/ipv6/af_inet6.c 2 additions, 2 deletionsnet/ipv6/af_inet6.c
- net/ipv6/syncookies.c 1 addition, 1 deletionnet/ipv6/syncookies.c
- net/ipv6/tcp_ipv6.c 3 additions, 2 deletionsnet/ipv6/tcp_ipv6.c
Loading
Please register or sign in to comment