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.c275 ifc_match_f *clone_match_fn; member
292 .clone_match_fn = tun_clone_match,
309 .clone_match_fn = tap_clone_match,
326 .clone_match_fn = vmnet_clone_match,
661 .match_f = tuntap_drivers[i].clone_match_fn, in vnet_tun_init()