Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_tuntap.c237 static int tun_clone_match(struct if_clone *ifc, const char *name);
292 .clone_match_fn = tun_clone_match,
462 tun_clone_match(struct if_clone *ifc, const char *name) in tun_clone_match() function