Searched refs:if_handoff (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/ |
H A D | ifq.h | 152 int if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp, 155 if_handoff((struct ifqueue *)ifq, m, ifp, 0) 157 if_handoff((struct ifqueue *)ifq, m, ifp, adj)
|
H A D | if.c | 4099 if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp, int adjust) in if_handoff() function
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 842 if_handoff(ifp, m0, ifp); in re_diag()
|