gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:MGETHDR from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf.c - 57.8KB - 1,910 lines
1162:         if (copyhdr && (m0->m_flags & M_PKTHDR)) {
1163:                 MGETHDR(n, wait, m0->m_type);
1164:                 if (n == 0)
1233: } 1234: MGETHDR(m, M_DONTWAIT, MT_DATA); 1235: if (m == 0)