Search | Google it | Results 1 - 1 of 1 for funcall:MCLAIM from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c (0.00 seconds) |
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;