Lines Matching defs:dup
1903 struct mbuf *dup;
1905 dup = m_dup(m, 0, M_COPYALL, M_NOWAIT);
1906 if (dup == NULL)
1910 bp->bif_mbuf_tail->m_nextpkt = dup;
1912 bp->bif_mbuf_head = dup;
1914 bp->bif_mbuf_tail = dup;
1917 __func__, dup, bp->bif_ifp->if_xname);
1920 return dup;
1968 struct mbuf *dup;
1977 dup = bpf_mbuf_enqueue(bp, m);
1978 if (dup != NULL)