Searched refs:ifc_simple_match (Results 1 – 1 of 1) sorted by relevance
116 static int ifc_simple_match(struct if_clone *ifc, const char *name);541 ifc->ifc_match = req->match_f != NULL ? req->match_f : ifc_simple_match; in ifc_attach_cloner()645 ifc->ifc_match = ifc_simple_match; in if_clone_simple()899 ifc_simple_match(struct if_clone *ifc, const char *name) in ifc_simple_match() function