HomeSort by: relevance | last modified time | path
    Searched defs:chk_cnt (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 5366 int chk_cnt = 0; local in function:sctp_med_chunk_output
5368 chk_cnt++;
5370 printf("We have %d chunks on the send_queue\n", chk_cnt);
5371 chk_cnt = 0;
5373 chk_cnt++;
5375 printf("We have %d chunks on the sent_queue\n", chk_cnt);
5377 chk_cnt++;
5379 printf("We have %d chunks on the control_queue\n", chk_cnt);

Completed in 16 milliseconds