Symbol: xfrm6_tunnel
include/net/xfrm.h
1638
struct xfrm6_tunnel __rcu *next;
include/net/xfrm.h
1834
int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family);
include/net/xfrm.h
1835
int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler, unsigned short family);
net/ipv6/ip6_tunnel.c
2257
static struct xfrm6_tunnel ip4ip6_handler __read_mostly = {
net/ipv6/ip6_tunnel.c
2263
static struct xfrm6_tunnel ip6ip6_handler __read_mostly = {
net/ipv6/ip6_tunnel.c
2269
static struct xfrm6_tunnel mplsip6_handler __read_mostly = {
net/ipv6/ip6_vti.c
1216
static struct xfrm6_tunnel vti_ipv6_handler __read_mostly = {
net/ipv6/ip6_vti.c
1223
static struct xfrm6_tunnel vti_ip6ip_handler __read_mostly = {
net/ipv6/tunnel6.c
124
struct xfrm6_tunnel *handler;
net/ipv6/tunnel6.c
142
struct xfrm6_tunnel *handler;
net/ipv6/tunnel6.c
161
struct xfrm6_tunnel __rcu *head;
net/ipv6/tunnel6.c
162
struct xfrm6_tunnel *handler;
net/ipv6/tunnel6.c
187
struct xfrm6_tunnel *handler;
net/ipv6/tunnel6.c
206
struct xfrm6_tunnel *handler;
net/ipv6/tunnel6.c
218
struct xfrm6_tunnel *handler;
net/ipv6/tunnel6.c
22
static struct xfrm6_tunnel __rcu *tunnel6_handlers __read_mostly;
net/ipv6/tunnel6.c
23
static struct xfrm6_tunnel __rcu *tunnel46_handlers __read_mostly;
net/ipv6/tunnel6.c
230
struct xfrm6_tunnel *handler;
net/ipv6/tunnel6.c
24
static struct xfrm6_tunnel __rcu *tunnelmpls6_handlers __read_mostly;
net/ipv6/tunnel6.c
32
int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family)
net/ipv6/tunnel6.c
34
struct xfrm6_tunnel __rcu **pprev;
net/ipv6/tunnel6.c
35
struct xfrm6_tunnel *t;
net/ipv6/tunnel6.c
76
int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler, unsigned short family)
net/ipv6/tunnel6.c
78
struct xfrm6_tunnel __rcu **pprev;
net/ipv6/tunnel6.c
79
struct xfrm6_tunnel *t;
net/ipv6/xfrm6_tunnel.c
306
static struct xfrm6_tunnel xfrm6_tunnel_handler __read_mostly = {
net/ipv6/xfrm6_tunnel.c
312
static struct xfrm6_tunnel xfrm46_tunnel_handler __read_mostly = {
net/xfrm/xfrm_interface_core.c
1012
static struct xfrm6_tunnel xfrmi_ipv6_handler __read_mostly = {
net/xfrm/xfrm_interface_core.c
1019
static struct xfrm6_tunnel xfrmi_ip6ip_handler __read_mostly = {