Search | Google it | Results 1 - 1 of 1 for funcall:MCLGET from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_output.c (0.00 seconds) |
470: TCP_OUTPUT_COUNTER_INCR(&tcp_output_bigheader); 471: MCLGET(m, M_DONTWAIT); 472: if ((m->m_flags & M_EXT) == 0) { 1272: if (m != NULL && max_linkhdr + hdrlen > MHLEN) { 1273: MCLGET(m, M_DONTWAIT); 1274: if ((m->m_flags & M_EXT) == 0) {