gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:MCLGET from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c - 84.9KB - 2,586 lines
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) {