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

  /src/sys/net/
bpfdesc.h 184 struct mbuf *bif_mbuf_tail; member in struct:bpf_if
bpf.c 1909 if (bp->bif_mbuf_tail != NULL) {
1910 bp->bif_mbuf_tail->m_nextpkt = dup;
1914 bp->bif_mbuf_tail = dup;
1937 bp->bif_mbuf_tail = NULL;
2224 bp->bif_mbuf_tail = NULL;

Completed in 14 milliseconds