Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_modeset_verify.c221 goto destroy_state; in verify_crtc_state()
232 destroy_state: in verify_crtc_state()
/linux-6.15/net/core/
H A Dlwtunnel.c228 if (ops->destroy_state) { in lwtstate_free()
229 ops->destroy_state(lws); in lwtstate_free()
H A Dlwt_bpf.c518 .destroy_state = bpf_destroy_state,
/linux-6.15/include/net/
H A Dlwtunnel.h44 void (*destroy_state)(struct lwtunnel_state *lws); member
H A Dxfrm.h500 void (*destroy_state)(struct xfrm_state *x); member
/linux-6.15/net/ipv6/ila/
H A Dila_lwt.c315 .destroy_state = ila_destroy_state,
/linux-6.15/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
2426 if (!ops->destroy_state) in seg6_local_lwtunnel_destroy_state()
2429 ops->destroy_state(slwt); in seg6_local_lwtunnel_destroy_state()
2671 .destroy_state = seg6_local_destroy_state,
H A Dioam6_iptunnel.c522 .destroy_state = ioam6_destroy_state,
H A Dseg6_iptunnel.c760 .destroy_state = seg6_destroy_state,
/linux-6.15/net/ipv4/
H A Dip_tunnel_core.c929 .destroy_state = ip_tun_destroy_state,
/linux-6.15/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_destroy()
599 x->mode_cbs->destroy_state(x); in ___xfrm_state_destroy()
H A Dxfrm_iptfs.c2731 .destroy_state = iptfs_destroy_state,