Searched refs:lwtunnel_encap_add_ops (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/net/ |
H A D | lwtunnel.h | 114 int lwtunnel_encap_add_ops(const struct lwtunnel_encap_ops *op, 190 static inline int lwtunnel_encap_add_ops(const struct lwtunnel_encap_ops *op, in lwtunnel_encap_add_ops() function
|
/openbmc/linux/net/core/ |
H A D | lwtunnel.c | 80 int lwtunnel_encap_add_ops(const struct lwtunnel_encap_ops *ops, in lwtunnel_encap_add_ops() function 90 EXPORT_SYMBOL_GPL(lwtunnel_encap_add_ops);
|
H A D | lwt_bpf.c | 654 return lwtunnel_encap_add_ops(&bpf_encap_ops, LWTUNNEL_ENCAP_BPF); in bpf_lwt_init()
|
/openbmc/linux/net/mpls/ |
H A D | mpls_iptunnel.c | 292 return lwtunnel_encap_add_ops(&mpls_iptun_ops, LWTUNNEL_ENCAP_MPLS); in mpls_iptunnel_init()
|
/openbmc/linux/net/ipv6/ila/ |
H A D | ila_lwt.c | 326 return lwtunnel_encap_add_ops(&ila_encap_ops, LWTUNNEL_ENCAP_ILA); in ila_lwt_init()
|
/openbmc/linux/net/ipv6/ |
H A D | rpl_iptunnel.c | 374 err = lwtunnel_encap_add_ops(&rpl_ops, LWTUNNEL_ENCAP_RPL); in rpl_init()
|
H A D | ioam6_iptunnel.c | 471 return lwtunnel_encap_add_ops(&ioam6_iptun_ops, LWTUNNEL_ENCAP_IOAM6); in ioam6_iptunnel_init()
|
H A D | seg6_iptunnel.c | 766 return lwtunnel_encap_add_ops(&seg6_iptun_ops, LWTUNNEL_ENCAP_SEG6); in seg6_iptunnel_init()
|
H A D | seg6_local.c | 2705 return lwtunnel_encap_add_ops(&seg6_local_ops, in seg6_local_init()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | 1046 lwtunnel_encap_add_ops(&ip_tun_lwt_ops, LWTUNNEL_ENCAP_IP); in ip_tunnel_core_init() 1047 lwtunnel_encap_add_ops(&ip6_tun_lwt_ops, LWTUNNEL_ENCAP_IP6); in ip_tunnel_core_init()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_interface_core.c | 1222 lwtunnel_encap_add_ops(&xfrmi_encap_ops, LWTUNNEL_ENCAP_XFRM); in xfrmi_init()
|