Symbol: lwtunnel_encap_ops
include/net/lwtunnel.h
114
int lwtunnel_encap_add_ops(const struct lwtunnel_encap_ops *op,
include/net/lwtunnel.h
116
int lwtunnel_encap_del_ops(const struct lwtunnel_encap_ops *op,
include/net/lwtunnel.h
190
static inline int lwtunnel_encap_add_ops(const struct lwtunnel_encap_ops *op,
include/net/lwtunnel.h
197
static inline int lwtunnel_encap_del_ops(const struct lwtunnel_encap_ops *op,
net/core/lwt_bpf.c
516
static const struct lwtunnel_encap_ops bpf_encap_ops = {
net/core/lwtunnel.c
103
ret = (cmpxchg((const struct lwtunnel_encap_ops **)
net/core/lwtunnel.c
118
const struct lwtunnel_encap_ops *ops;
net/core/lwtunnel.c
154
const struct lwtunnel_encap_ops *ops;
net/core/lwtunnel.c
217
const struct lwtunnel_encap_ops *ops = lwtun_encaps[lws->type];
net/core/lwtunnel.c
232
const struct lwtunnel_encap_ops *ops;
net/core/lwtunnel.c
272
const struct lwtunnel_encap_ops *ops;
net/core/lwtunnel.c
294
const struct lwtunnel_encap_ops *ops;
net/core/lwtunnel.c
322
const struct lwtunnel_encap_ops *ops;
net/core/lwtunnel.c
375
const struct lwtunnel_encap_ops *ops;
net/core/lwtunnel.c
429
const struct lwtunnel_encap_ops *ops;
net/core/lwtunnel.c
79
static const struct lwtunnel_encap_ops __rcu *
net/core/lwtunnel.c
82
int lwtunnel_encap_add_ops(const struct lwtunnel_encap_ops *ops,
net/core/lwtunnel.c
88
return !cmpxchg((const struct lwtunnel_encap_ops **)
net/core/lwtunnel.c
94
int lwtunnel_encap_del_ops(const struct lwtunnel_encap_ops *ops,
net/ipv4/ip_tunnel_core.c
1069
static const struct lwtunnel_encap_ops ip6_tun_lwt_ops = {
net/ipv4/ip_tunnel_core.c
950
static const struct lwtunnel_encap_ops ip_tun_lwt_ops = {
net/ipv6/ila/ila_lwt.c
313
static const struct lwtunnel_encap_ops ila_encap_ops = {
net/ipv6/ioam6_iptunnel.c
544
static const struct lwtunnel_encap_ops ioam6_iptun_ops = {
net/ipv6/rpl_iptunnel.c
364
static const struct lwtunnel_encap_ops rpl_ops = {
net/ipv6/seg6_iptunnel.c
772
static const struct lwtunnel_encap_ops seg6_iptun_ops = {
net/ipv6/seg6_local.c
2671
static const struct lwtunnel_encap_ops seg6_local_ops = {
net/mpls/mpls_iptunnel.c
279
static const struct lwtunnel_encap_ops mpls_iptun_ops = {
net/xfrm/xfrm_interface_core.c
137
static const struct lwtunnel_encap_ops xfrmi_encap_ops = {