Symbol: xfrm_tunnel
include/net/xfrm.h
1649
struct xfrm_tunnel __rcu *next;
include/net/xfrm.h
1839
int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family);
include/net/xfrm.h
1840
int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family);
net/ipv4/ip_vti.c
495
static struct xfrm_tunnel vti_ipip_handler __read_mostly = {
net/ipv4/ip_vti.c
503
static struct xfrm_tunnel vti_ipip6_handler __read_mostly = {
net/ipv4/ipip.c
616
static struct xfrm_tunnel ipip_handler __read_mostly = {
net/ipv4/ipip.c
623
static struct xfrm_tunnel mplsip_handler __read_mostly = {
net/ipv4/tunnel4.c
116
struct xfrm_tunnel __rcu *head;
net/ipv4/tunnel4.c
117
struct xfrm_tunnel *handler;
net/ipv4/tunnel4.c
143
struct xfrm_tunnel *handler;
net/ipv4/tunnel4.c
163
struct xfrm_tunnel *handler;
net/ipv4/tunnel4.c
182
struct xfrm_tunnel *handler;
net/ipv4/tunnel4.c
19
static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly;
net/ipv4/tunnel4.c
194
struct xfrm_tunnel *handler;
net/ipv4/tunnel4.c
20
static struct xfrm_tunnel __rcu *tunnel64_handlers __read_mostly;
net/ipv4/tunnel4.c
207
struct xfrm_tunnel *handler;
net/ipv4/tunnel4.c
21
static struct xfrm_tunnel __rcu *tunnelmpls4_handlers __read_mostly;
net/ipv4/tunnel4.c
24
static inline struct xfrm_tunnel __rcu **fam_handlers(unsigned short family)
net/ipv4/tunnel4.c
31
int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family)
net/ipv4/tunnel4.c
33
struct xfrm_tunnel __rcu **pprev;
net/ipv4/tunnel4.c
34
struct xfrm_tunnel *t;
net/ipv4/tunnel4.c
63
int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family)
net/ipv4/tunnel4.c
65
struct xfrm_tunnel __rcu **pprev;
net/ipv4/tunnel4.c
66
struct xfrm_tunnel *t;
net/ipv4/tunnel4.c
97
struct xfrm_tunnel *handler;
net/ipv4/xfrm4_tunnel.c
65
static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = {
net/ipv4/xfrm4_tunnel.c
72
static struct xfrm_tunnel xfrm64_tunnel_handler __read_mostly = {
net/ipv6/sit.c
1786
static struct xfrm_tunnel sit_handler __read_mostly = {
net/ipv6/sit.c
1792
static struct xfrm_tunnel ipip_handler __read_mostly = {
net/ipv6/sit.c
1799
static struct xfrm_tunnel mplsip_handler __read_mostly = {
net/xfrm/xfrm_interface_core.c
1060
static struct xfrm_tunnel xfrmi_ipip_handler __read_mostly = {
net/xfrm/xfrm_interface_core.c
1067
static struct xfrm_tunnel xfrmi_ipip6_handler __read_mostly = {
tools/testing/selftests/bpf/prog_tests/test_tunnel.c
1043
RUN_TEST(xfrm_tunnel);