HomeSort by: relevance | last modified time | path
    Searched refs:bif_mbuf_head (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
bpfdesc.h 183 struct mbuf *bif_mbuf_head; member in struct:bpf_if
bpf.c 1912 bp->bif_mbuf_head = dup;
1931 m = bp->bif_mbuf_head;
1933 bp->bif_mbuf_head = m->m_nextpkt;
1936 if (bp->bif_mbuf_head == NULL)
2223 bp->bif_mbuf_head = NULL;
2283 while (bp->bif_mbuf_head != NULL) {
2284 struct mbuf *m = bp->bif_mbuf_head;
2285 bp->bif_mbuf_head = m->m_nextpkt;

Completed in 14 milliseconds