sctputil.c | 308 int size_limit, num, i, at, cnt_out=0; local in function:sctp_fill_stat_log 313 size_limit = (m->m_len - sizeof(struct sctp_cwnd_log_req)); 314 if (size_limit < sizeof(struct sctp_cwnd_log)) { 318 num = size_limit/sizeof(struct sctp_cwnd_log);
|