Searched refs:destroy_f (Results 1 – 19 of 19) sorted by relevance
| /freebsd-14.2/sys/net/ |
| H A D | if_clone.h | 85 ifc_destroy_f *destroy_f; member 95 ifc_destroy_f *destroy_f; member 108 _Static_assert(offsetof(struct if_clone_addreq, destroy_f) == 109 offsetof(struct if_clone_addreq_v2, destroy_f),
|
| H A D | if_loop.c | 149 .destroy_f = lo_clone_destroy, in vnet_loif_init()
|
| H A D | if_clone.c | 530 if (req->create_f == NULL || req->destroy_f == NULL) in ifc_attach_cloner() 539 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 | 689 .destroy_f = drv->clone_destroy_fn, in vnet_tun_init()
|
| H A D | if_vlan.c | 906 .destroy_f = vlan_clone_destroy,
|
| H A D | if_lagg.c | 303 .destroy_f = lagg_clone_destroy, in vnet_lagg_init()
|
| H A D | if_ovpn.c | 2561 .destroy_f = ovpn_clone_destroy, in vnet_ovpn_init()
|
| H A D | if_bridge.c | 630 .destroy_f = bridge_clone_destroy, in vnet_bridge_init()
|
| H A D | if_vxlan.c | 3648 .destroy_f = vxlan_clone_destroy, in vxlan_load()
|
| /freebsd-14.2/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-14.2/sys/netpfil/pf/ |
| H A D | if_pflog.c | 115 .destroy_f = pflog_clone_destroy, in pflogattach()
|
| /freebsd-14.2/sys/dev/usb/ |
| H A D | usb_pf.c | 93 .destroy_f = usbpf_clone_destroy, in usbpf_init()
|
| /freebsd-14.2/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-14.2/sys/net80211/ |
| H A D | ieee80211_freebsd.c | 1169 .destroy_f = wlan_clone_destroy, in wlan_modevent()
|
| /freebsd-14.2/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-14.2/sys/dev/wg/ |
| H A D | if_wg.c | 3067 .destroy_f = wg_clone_destroy, in vnet_wg_init()
|