Home
last modified time | relevance | path

Searched refs:destroy_state (Results 1 – 11 of 11) sorted by relevance

/linux/net/core/
H A Dlwtunnel.c219 if (ops->destroy_state) { in lwtstate_free()
220 ops->destroy_state(lws); in lwtstate_free()
/linux/include/net/
H A Dlwtunnel.h44 void (*destroy_state)(struct lwtunnel_state *lws); member
H A Dxfrm.h510 void (*destroy_state)(struct xfrm_state *x); member
/linux/net/ipv6/ila/
H A Dila_lwt.c315 .destroy_state = ila_destroy_state,
/linux/net/ipv6/
H A Drpl_iptunnel.c366 .destroy_state = rpl_destroy_state,
H A Dseg6_local.c44 void (*destroy_state)(struct seg6_local_lwt *slwt); member
2428 if (!ops->destroy_state) in seg6_local_lwtunnel_destroy_state()
2431 ops->destroy_state(slwt); in seg6_local_lwtunnel_destroy_state()
2673 .destroy_state = seg6_local_destroy_state,
H A Dioam6_iptunnel.c554 .destroy_state = ioam6_destroy_state,
H A Dseg6_iptunnel.c762 .destroy_state = seg6_destroy_state,
/linux/net/ipv4/
H A Dip_tunnel_core.c937 .destroy_state = ip_tun_destroy_state,
/linux/net/xfrm/
H A Dxfrm_interface_core.c139 .destroy_state = xfrmi_destroy_state,
H A Dxfrm_state.c598 if (x->mode_cbs && x->mode_cbs->destroy_state) in xfrm_state_gc_destroy()
599 x->mode_cbs->destroy_state(x); in xfrm_state_gc_destroy()