Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_tuntap.c238 static int tap_clone_match(struct if_clone *ifc, const char *name);
309 .clone_match_fn = tap_clone_match,
475 tap_clone_match(struct if_clone *ifc, const char *name) in tap_clone_match() function