Search | Google it | Results 1 - 1 of 1 for funcall:MCLGET from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c (0.00 seconds) |
623: if (m && hlen + sizeof(struct tcphdr) > MHLEN) { 624: MCLGET(m, M_DONTWAIT); 625: if ((m->m_flags & M_EXT) == 0) { 800: MCLAIM(m, &tcp_tx_mowner); 801: MCLGET(m, M_DONTWAIT); 802: if ((m->m_flags & M_EXT) == 0) { 892: if (n && max_linkhdr + hlen + tlen > MHLEN) { 893: MCLGET(n, M_DONTWAIT); 894: if ((n->m_flags & M_EXT) == 0) {