Searched refs:sctp_clog (Results 1 – 1 of 1) sorted by relevance
116 struct sctp_cwnd_log sctp_clog[SCTP_STAT_LOG_SIZE]; variable128 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_strm_del_alt()129 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_STRM; in sctp_log_strm_del_alt()130 sctp_clog[sctp_cwnd_log_at].x.strlog.n_tsn = tsn; in sctp_log_strm_del_alt()131 sctp_clog[sctp_cwnd_log_at].x.strlog.n_sseq = sseq; in sctp_log_strm_del_alt()132 sctp_clog[sctp_cwnd_log_at].x.strlog.e_tsn = 0; in sctp_log_strm_del_alt()133 sctp_clog[sctp_cwnd_log_at].x.strlog.e_sseq = 0; in sctp_log_strm_del_alt()146 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_map()147 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_MAP; in sctp_log_map()148 sctp_clog[sctp_cwnd_log_at].x.map.base = map; in sctp_log_map()[all …]