Home
last modified time | relevance | path

Searched refs:if_handoff (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Difq.h152 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 Dif.c4088 if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp, int adjust) in if_handoff() function
/freebsd/sys/dev/re/
H A Dif_re.c842 if_handoff(ifp, m0, ifp); in re_diag()