gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:M_READONLY 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
935:         while (n) {
936:                 if (M_READONLY(m) || n->m_len > M_TRAILINGSPACE(m)) {
937:                         /* just join the two chains */
1446: mlen = m->m_len - off; 1447: if (mlen != 0 && M_READONLY(m)) { 1448: char *datap;
1521: } 1522: while (m != NULL && M_READONLY(m) && 1523: n->m_type == m->m_type && eatlen > 0) {
1739: (int)M_LEADINGSPACE(m), (int)M_TRAILINGSPACE(m), 1740: (int)M_READONLY(m)); 1741: if ((m->m_flags & M_PKTHDR) != 0) {