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

  /src/sys/netinet/
sctputil.h 229 void sctp_log_cwnd(struct sctp_nets *, int, uint8_t);
sctp_indata.c 3397 sctp_log_cwnd(net, net->mtu, SCTP_CWND_LOG_FROM_SS);
3402 sctp_log_cwnd(net, net->net_ack, SCTP_CWND_LOG_FROM_SS);
3416 sctp_log_cwnd(net, incr, SCTP_CWND_LOG_FROM_SS);
3439 sctp_log_cwnd(net, (net->cwnd-old_cwnd), SCTP_CWND_LOG_FROM_FR);
3918 sctp_log_cwnd(net, net->mtu,
3925 sctp_log_cwnd(net, net->net_ack,
3938 /* sctp_log_cwnd(net, net->net_ack,
3980 sctp_log_cwnd(net, net->mtu,
3989 /* sctp_log_cwnd(net, net->net_ack,
4166 sctp_log_cwnd(net, (net->cwnd-old_cwnd)
    [all...]
sctp_timer.c 328 sctp_log_cwnd(net, net->cwnd-old_cwnd, SCTP_CWND_LOG_FROM_RTX);
sctp_input.c 2273 sctp_log_cwnd(net, (net->cwnd-old_cwnd), SCTP_CWND_LOG_FROM_SAT);
3002 sctp_log_cwnd(net, (net->cwnd - old_cwnd),
sctputil.c 205 sctp_log_cwnd(struct sctp_nets *net, int augment, uint8_t from) function in typeref:typename:void

Completed in 20 milliseconds