Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Difq.h155 int if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp,
158 if_handoff((struct ifqueue *)ifq, m, ifp, 0)
160 if_handoff((struct ifqueue *)ifq, m, ifp, adj)
H A Dif.c3992 if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp, int adjust) in if_handoff() function