Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetisr.c614 while ((m = npwp->nw_head) != NULL) { in netisr_drain_proto()
615 npwp->nw_head = m->m_nextpkt; in netisr_drain_proto()
617 if (npwp->nw_head == NULL) in netisr_drain_proto()
724 m = npwp->nw_head; in netisr_drain_proto_vnet()
748 npwp->nw_head = n; in netisr_drain_proto_vnet()
910 npwp->nw_head = NULL; in netisr_process_workstream_proto()
915 while ((m = local_npw.nw_head) != NULL) { in netisr_process_workstream_proto()
916 local_npw.nw_head = m->m_nextpkt; in netisr_process_workstream_proto()
918 if (local_npw.nw_head == NULL) in netisr_process_workstream_proto()
998 if (npwp->nw_head in netisr_queue_workstream()
[all...]
H A Dnetisr_internal.h81 struct mbuf *nw_head; member