Home
last modified time | relevance | path

Searched refs:destroy_f (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/net/
H A Dif_clone.h83 ifc_destroy_f *destroy_f; member
93 ifc_destroy_f *destroy_f; member
106 _Static_assert(offsetof(struct if_clone_addreq, destroy_f) ==
107 offsetof(struct if_clone_addreq_v2, destroy_f),
H A Dif_loop.c147 .destroy_f = lo_clone_destroy, in vnet_loif_init()
H A Dif_clone.c521 if (req->create_f == NULL || req->destroy_f == NULL) in ifc_attach_cloner()
530 ifc->ifc_destroy = req->destroy_f; in ifc_attach_cloner()
H A Dif_enc.c381 .destroy_f = enc_clone_destroy, in vnet_enc_init()
H A Dif_epair.c827 .destroy_f = epair_clone_destroy, in vnet_epair_init()
H A Dif_stf.c328 .destroy_f = stf_clone_destroy, in vnet_stf_init()
H A Dif_tuntap.c663 .destroy_f = tuntap_drivers[i].clone_destroy_fn, in vnet_tun_init()
H A Dif_vlan.c907 .destroy_f = vlan_clone_destroy,
H A Dif_ovpn.c2575 .destroy_f = ovpn_clone_destroy, in vnet_ovpn_init()
H A Dif_lagg.c305 .destroy_f = lagg_clone_destroy, in vnet_lagg_init()
H A Dif_bridge.c630 .destroy_f = bridge_clone_destroy, in vnet_bridge_init()
H A Dif_vxlan.c3651 .destroy_f = vxlan_clone_destroy, in vxlan_load()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_lib.c221 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f) in ENGINE_set_destroy_function() argument
223 e->destroy = destroy_f; in ENGINE_set_destroy_function()
/freebsd/sys/netpfil/pf/
H A Dif_pflog.c113 .destroy_f = pflog_clone_destroy, in pflogattach()
/freebsd/sys/dev/usb/
H A Dusb_pf.c93 .destroy_f = usbpf_clone_destroy, in usbpf_init()
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h503 int ENGINE_set_destroy_function(ENGINE *e,ENGINE_GEN_INT_FUNC_PTR destroy_f);
/freebsd/sys/net80211/
H A Dieee80211_freebsd.c1169 .destroy_f = wlan_clone_destroy, in wlan_modevent()
/freebsd/crypto/openssl/doc/man3/
H A DENGINE_add.pod126 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
/freebsd/sys/dev/wg/
H A Dif_wg.c3067 .destroy_f = wg_clone_destroy, in vnet_wg_init()