gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:MCLAIM 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
631:                         return NULL;
632:                 MCLAIM(m, &tcp_mowner);
633:                 m->m_pkthdr.len = m->m_len = hlen + sizeof(struct tcphdr);
799: if (m) { 800: MCLAIM(m, &tcp_tx_mowner); 801: MCLGET(m, M_DONTWAIT);
903: 904: MCLAIM(n, &tcp_tx_mowner); 905: n->m_data += max_linkhdr;