Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_tuntap.c281 ifc_match_f *clone_match_fn; member
298 .clone_match_fn = tun_clone_match,
315 .clone_match_fn = tap_clone_match,
332 .clone_match_fn = vmnet_clone_match,
726 .match_f = tuntap_drivers[i].clone_match_fn, in vnet_tun_init()