gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:M_COPY_PKTHDR (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf.c - 57.8KB - 1,910 lines
789:                 if (copyhdr) {
790:                         M_COPY_PKTHDR(n, m);
791:                         if (len == M_COPYALL)
854: MCLAIM(n, m->m_owner); 855: M_COPY_PKTHDR(n, m); 856: n->m_len = m->m_len;