tunnels: add _rcu annotations
(struct ip6_tnl)->next is rcu protected : (struct ip_tunnel)->next is rcu protected : (struct xfrm6_tunnel)->next is rcu protected : add __rcu annotation and proper rcu primitives. Signed-off-by:Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/ip6_tunnel.h 1 addition, 1 deletioninclude/net/ip6_tunnel.h
- include/net/ipip.h 1 addition, 1 deletioninclude/net/ipip.h
- include/net/xfrm.h 1 addition, 1 deletioninclude/net/xfrm.h
- net/ipv4/gre.c 3 additions, 2 deletionsnet/ipv4/gre.c
- net/ipv6/tunnel6.c 15 additions, 9 deletionsnet/ipv6/tunnel6.c
Loading
Please register or sign in to comment