Searched refs:nw_head (Results 1 – 3 of 3) sorted by relevance
616 while ((m = npwp->nw_head) != NULL) { in netisr_drain_proto()617 npwp->nw_head = m->m_nextpkt; in netisr_drain_proto()619 if (npwp->nw_head == NULL) in netisr_drain_proto()724 m = npwp->nw_head; in netisr_drain_proto_vnet()743 npwp->nw_head = n; in netisr_drain_proto_vnet()905 npwp->nw_head = NULL; in netisr_process_workstream_proto()910 while ((m = local_npw.nw_head) != NULL) { in netisr_process_workstream_proto()911 local_npw.nw_head = m->m_nextpkt; in netisr_process_workstream_proto()913 if (local_npw.nw_head == NULL) in netisr_process_workstream_proto()990 if (npwp->nw_head == NULL) { in netisr_queue_workstream()[all …]
83 struct mbuf *nw_head; member