Searched refs:nw_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dnetisr_internal.h81 struct mbuf *nw_head; member in struct:netisr_work
H A Dnetisr.c597 while ((m = npwp->nw_head) != NULL) {
598 npwp->nw_head = m->m_nextpkt;
600 if (npwp->nw_head == NULL)
705 m = npwp->nw_head;
724 npwp->nw_head = n;
885 npwp->nw_head = NULL;
890 while ((m = local_npw.nw_head) != NULL) {
891 local_npw.nw_head = m->m_nextpkt;
893 if (local_npw.nw_head == NULL)
970 if (npwp->nw_head
[all...]

Completed in 81 milliseconds