Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetisr_internal.h84 struct mbuf *nw_tail; member
H A Dnetisr.c620 npwp->nw_tail = NULL; in netisr_drain_proto()
624 KASSERT(npwp->nw_tail == NULL, ("%s: tail", __func__)); in netisr_drain_proto()
744 npwp->nw_tail = ne; in netisr_drain_proto_vnet()
906 npwp->nw_tail = NULL; in netisr_process_workstream_proto()
914 local_npw.nw_tail = NULL; in netisr_process_workstream_proto()
992 npwp->nw_tail = m; in netisr_queue_workstream()
994 npwp->nw_tail->m_nextpkt = m; in netisr_queue_workstream()
995 npwp->nw_tail = m; in netisr_queue_workstream()
/f-stack/tools/compat/include/net/
H A Dnetisr_internal.h84 struct mbuf *nw_tail; member