Searched refs:ifmedia_match (Results 1 – 1 of 1) sorted by relevance
71 static struct ifmedia_entry *ifmedia_match(struct ifmedia *ifm,168 match = ifmedia_match(ifm, target, ifm->ifm_mask); in ifmedia_set()226 match = ifmedia_match(ifm, newmedia, ifm->ifm_mask); in ifmedia_ioctl()329 ifmedia_match(struct ifmedia *ifm, int target, int mask) in ifmedia_match() function