Searched defs:tcp_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c1684 int tcp_count = 0, udp_count = 0, oth_count = 0, tx_count = 0; local
1699 mac_srs->srs_tcp_soft_rings[tcp_count++] = softring;
1712 (tcp_count + udp_count + oth_count + tx_count));
1713 mac_srs->srs_tcp_ring_count = tcp_count;

Completed in 80 milliseconds