gonzui


Format: Advanced Search

SearchGoogle itResults 11 - 14 of 14 for funcall:MCLAIM (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c - 167.0KB - 4,503 lines
1017: 
1018:         MCLAIM(m, &tcp_rx_mowner);
1019:         va_start(ap, m);
More results from tcp_input.c
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_output.c - 62.9KB - 1,704 lines
460:                 return (ENOBUFS);
461:         MCLAIM(m, &tcp_tx_mowner);
462: 
More results from tcp_output.c
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);
More results from tcp_subr.c
bsd_source/t2ex/network/net/src_bsd/netinet/udp_usrreq.c - 51.8KB - 1,650 lines
441: 
442:         MCLAIM(m, &udp_rx_mowner);
443:         UDP_STATINC(UDP_STAT_IPACKETS);
More results from udp_usrreq.c