Searched refs:NUM_PACKETS (Results 1 – 2 of 2) sorted by relevance
63 #define NUM_PACKETS 100 macro236 pair_udp_send(udp_sock, NUM_PACKETS); in walk_v1_v2_rx()238 while (total_packets < NUM_PACKETS * 2) { in walk_v1_v2_rx()270 if (total_packets != 2 * NUM_PACKETS) { in walk_v1_v2_rx()272 ring->version, total_packets, NUM_PACKETS); in walk_v1_v2_rx()276 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1); in walk_v1_v2_rx()393 bug_on(nframes < NUM_PACKETS); in walk_tx()415 total_packets = NUM_PACKETS; in walk_tx()481 total_packets < NUM_PACKETS) { in walk_tx()491 if (total_packets != NUM_PACKETS) { in walk_tx()[all …]
85 #define NUM_PACKETS 4381 /* send extra flags of the (NUM_PACKETS / 2) and (NUM_PACKETS / 2 - 1) in send_data_pkts() 395 flag[0] = NUM_PACKETS / 2; in send_large() 396 flag[1] = NUM_PACKETS / 2 - 1; in send_large() 409 for (i = 0; i < NUM_PACKETS + 1; i++) { in send_ack() 1212 static int correct_payload[NUM_PACKETS]; in gro_receiver() 66 #define NUM_PACKETS global() macro