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

  /src/sys/netinet/
sctp_output.c 6887 int error, num_out, tot_out, ret, reason_code, burst_cnt, burst_limit; local in function:sctp_chunk_output
7010 burst_cnt = 0;
7015 printf("Burst count:%d - call m-c-o\n", burst_cnt);
7028 sctp_log_maxburst(asoc->primary_destination, error , burst_cnt, SCTP_MAX_BURST_ERROR_STOP);
7038 burst_cnt++;
7041 && (burst_cnt < burst_limit)
7045 if (burst_cnt >= burst_limit) {
7049 sctp_log_maxburst(asoc->primary_destination, 0 , burst_cnt, SCTP_MAX_BURST_APPLIED);
sctp_output.c 6887 int error, num_out, tot_out, ret, reason_code, burst_cnt, burst_limit; local in function:sctp_chunk_output
7010 burst_cnt = 0;
7015 printf("Burst count:%d - call m-c-o\n", burst_cnt);
7028 sctp_log_maxburst(asoc->primary_destination, error , burst_cnt, SCTP_MAX_BURST_ERROR_STOP);
7038 burst_cnt++;
7041 && (burst_cnt < burst_limit)
7045 if (burst_cnt >= burst_limit) {
7049 sctp_log_maxburst(asoc->primary_destination, 0 , burst_cnt, SCTP_MAX_BURST_APPLIED);

Completed in 34 milliseconds