HomeSort by: relevance | last modified time | path
    Searched refs:sctp_log_maxburst (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctputil.h 230 void sctp_log_maxburst(struct sctp_nets *, int, int, uint8_t);
sctp_output.c 5428 #ifdef SCTP_LOG_MAXBURST
5429 sctp_log_maxburst(net, ifp->if_snd.ifq_len, ifp->if_snd.ifq_maxlen, SCTP_MAX_IFP_APPLIED);
6999 #ifdef SCTP_LOG_MAXBURST
7000 sctp_log_maxburst(net, 0, burst_limit, SCTP_MAX_BURST_APPLIED);
7027 #ifdef SCTP_LOG_MAXBURST
7028 sctp_log_maxburst(asoc->primary_destination, error , burst_cnt, SCTP_MAX_BURST_ERROR_STOP);
7048 #ifdef SCTP_LOG_MAXBURST
7049 sctp_log_maxburst(asoc->primary_destination, 0 , burst_cnt, SCTP_MAX_BURST_APPLIED);
sctputil.c 222 sctp_log_maxburst(struct sctp_nets *net, int error, int burst, uint8_t from) function in typeref:typename:void

Completed in 20 milliseconds