Home
last modified time | relevance | path

Searched refs:ip6tun_encaps (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dip6_tunnel.h79 ip6tun_encaps[MAX_IPTUN_ENCAP_OPS];
100 ops = rcu_dereference(ip6tun_encaps[e->type]); in ip6_encap_hlen()
121 ops = rcu_dereference(ip6tun_encaps[t->encap.type]); in ip6_tnl_encap()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_tunnel_core.c47 ip6tun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly; variable
48 EXPORT_SYMBOL(ip6tun_encaps);
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_tunnel.c1786 &ip6tun_encaps[num], in ip6_tnl_encap_add_ops()
1800 &ip6tun_encaps[num], in ip6_tnl_encap_del_ops()
H A Dudp.c476 encap = rcu_dereference(ip6tun_encaps[i]); in __udp6_lib_err_encap_no_sk()