Searched refs:destroy_f (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/net/ |
H A D | if_clone.h | 83 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 D | if_loop.c | 147 .destroy_f = lo_clone_destroy, in vnet_loif_init()
|
H A D | if_clone.c | 521 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 D | if_enc.c | 381 .destroy_f = enc_clone_destroy, in vnet_enc_init()
|
H A D | if_epair.c | 827 .destroy_f = epair_clone_destroy, in vnet_epair_init()
|
H A D | if_stf.c | 328 .destroy_f = stf_clone_destroy, in vnet_stf_init()
|
H A D | if_tuntap.c | 663 .destroy_f = tuntap_drivers[i].clone_destroy_fn, in vnet_tun_init()
|
H A D | if_vlan.c | 907 .destroy_f = vlan_clone_destroy,
|
H A D | if_ovpn.c | 2575 .destroy_f = ovpn_clone_destroy, in vnet_ovpn_init()
|
H A D | if_lagg.c | 305 .destroy_f = lagg_clone_destroy, in vnet_lagg_init()
|
H A D | if_bridge.c | 630 .destroy_f = bridge_clone_destroy, in vnet_bridge_init()
|
H A D | if_vxlan.c | 3651 .destroy_f = vxlan_clone_destroy, in vxlan_load()
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_lib.c | 221 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 D | if_pflog.c | 113 .destroy_f = pflog_clone_destroy, in pflogattach()
|
/freebsd/sys/dev/usb/ |
H A D | usb_pf.c | 93 .destroy_f = usbpf_clone_destroy, in usbpf_init()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | engine.h | 503 int ENGINE_set_destroy_function(ENGINE *e,ENGINE_GEN_INT_FUNC_PTR destroy_f);
|
/freebsd/sys/net80211/ |
H A D | ieee80211_freebsd.c | 1169 .destroy_f = wlan_clone_destroy, in wlan_modevent()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ENGINE_add.pod | 126 int ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 3067 .destroy_f = wg_clone_destroy, in vnet_wg_init()
|