Searched refs:ifnet_byindex_locked (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dif_var.h523 struct ifnet *ifnet_byindex_locked(u_short idx);
H A Dif.c323 ifnet_byindex_locked(u_short idx) function
339 ifp = ifnet_byindex_locked(idx);
350 ifp = ifnet_byindex_locked(idx);
436 ifp = ifnet_byindex_locked(idx);
613 KASSERT(ifp == ifnet_byindex_locked(ifp->if_index),

Completed in 63 milliseconds