Searched refs:lwtunnel_encap_del_ops (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/include/net/ |
D | lwtunnel.h | 113 int lwtunnel_encap_del_ops(const struct lwtunnel_encap_ops *op, 194 static inline int lwtunnel_encap_del_ops(const struct lwtunnel_encap_ops *op, in lwtunnel_encap_del_ops() function
|
/linux-6.1.9/net/core/ |
D | lwtunnel.c | 92 int lwtunnel_encap_del_ops(const struct lwtunnel_encap_ops *ops, in lwtunnel_encap_del_ops() function 109 EXPORT_SYMBOL_GPL(lwtunnel_encap_del_ops);
|
/linux-6.1.9/net/ipv6/ila/ |
D | ila_lwt.c | 324 lwtunnel_encap_del_ops(&ila_encap_ops, LWTUNNEL_ENCAP_ILA); in ila_lwt_fini()
|
/linux-6.1.9/net/mpls/ |
D | mpls_iptunnel.c | 298 lwtunnel_encap_del_ops(&mpls_iptun_ops, LWTUNNEL_ENCAP_MPLS); in mpls_iptunnel_exit()
|
/linux-6.1.9/net/ipv6/ |
D | rpl_iptunnel.c | 375 lwtunnel_encap_del_ops(&rpl_ops, LWTUNNEL_ENCAP_RPL); in rpl_exit()
|
D | ioam6_iptunnel.c | 476 lwtunnel_encap_del_ops(&ioam6_iptun_ops, LWTUNNEL_ENCAP_IOAM6); in ioam6_iptunnel_exit()
|
D | seg6_iptunnel.c | 744 lwtunnel_encap_del_ops(&seg6_iptun_ops, LWTUNNEL_ENCAP_SEG6); in seg6_iptunnel_exit()
|
D | seg6_local.c | 2309 lwtunnel_encap_del_ops(&seg6_local_ops, LWTUNNEL_ENCAP_SEG6_LOCAL); in seg6_local_exit()
|
/linux-6.1.9/net/xfrm/ |
D | xfrm_interface.c | 1185 lwtunnel_encap_del_ops(&xfrmi_encap_ops, LWTUNNEL_ENCAP_XFRM); in xfrmi_fini()
|