Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDifq.h153 int if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp,
156 if_handoff((struct ifqueue *)ifq, m, ifp, 0)
158 if_handoff((struct ifqueue *)ifq, m, ifp, adj)
HDif.c3499 if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp, int adjust) in if_handoff() function