IF_CLONE_INITIALIZER
struct if_clone usbpf_cloner = IF_CLONE_INITIALIZER("usbus",
struct if_clone bridge_cloner = IF_CLONE_INITIALIZER("bridge",
struct if_clone gif_cloner = IF_CLONE_INITIALIZER("gif", gif_clone_create,
static struct if_clone gre_cloner = IF_CLONE_INITIALIZER("gre",
static struct if_clone lo_cloner = IF_CLONE_INITIALIZER("lo",
static struct if_clone ipfw3_log_cloner = IF_CLONE_INITIALIZER(ipfw3_log_ifname,
struct if_clone lagg_cloner = IF_CLONE_INITIALIZER("lagg",
static struct if_clone pflog_cloner = IF_CLONE_INITIALIZER(
IF_CLONE_INITIALIZER("pfsync", pfsync_clone_create, pfsync_clone_destroy, 1 ,1);
struct if_clone tap_cloner = IF_CLONE_INITIALIZER(
struct if_clone tun_cloner = IF_CLONE_INITIALIZER(
IF_CLONE_INITIALIZER("vlan", vlan_clone_create, vlan_clone_destroy,
static struct if_clone wg_cloner = IF_CLONE_INITIALIZER(
IF_CLONE_INITIALIZER(CARP_IFNAME, carp_clone_create, carp_clone_destroy,
IF_CLONE_INITIALIZER("wlan", wlan_clone_create, wlan_clone_destroy,