Lines Matching refs:SO_TC_MAX
880 setup_sockets(int sockets[SO_TC_MAX], int type) in setup_sockets() argument
882 for (int si = 0; si < SO_TC_MAX; si++) { in setup_sockets()
910 cleanup_sockets(int sockets[SO_TC_MAX]) in cleanup_sockets() argument
912 for (int si = 0; si < SO_TC_MAX; si++) { in cleanup_sockets()
974 int sockets[SO_TC_MAX]; in xfer_1_packet_singly()
985 for (int si = 0; si < SO_TC_MAX; si++) { in xfer_1_packet_singly()
1066 int sockets[SO_TC_MAX]; in xfer_1_packet_together()
1077 for (int si = 0; si < SO_TC_MAX; si++) { in xfer_1_packet_together()
1110 T_QUIET; T_EXPECT_EQ_LONG(kev[e].data, (long)SO_TC_MAX, NULL); in xfer_1_packet_together()
1126 if (sc == SO_TC_MAX) { in xfer_1_packet_together()
1127 T_PASS("ring %d got %"PRIu32" slots expecting %"PRIu32"", ri, sc, SO_TC_MAX); in xfer_1_packet_together()
1129 T_FAIL("ring %d got %"PRIu32" slots expecting %"PRIu32"", ri, sc, SO_TC_MAX); in xfer_1_packet_together()