Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetisr.c618 npwp->nw_tail = NULL; in netisr_drain_proto()
622 KASSERT(npwp->nw_tail == NULL, ("%s: tail", __func__)); in netisr_drain_proto()
749 npwp->nw_tail = ne; in netisr_drain_proto_vnet()
911 npwp->nw_tail = NULL; in netisr_process_workstream_proto()
919 local_npw.nw_tail = NULL; in netisr_process_workstream_proto()
1000 npwp->nw_tail = m; in netisr_queue_workstream()
1002 npwp->nw_tail->m_nextpkt = m; in netisr_queue_workstream()
1003 npwp->nw_tail = m; in netisr_queue_workstream()
H A Dnetisr_internal.h82 struct mbuf *nw_tail; member