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