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

  /src/sys/netinet/
sctputil.c 116 struct sctp_cwnd_log sctp_clog[SCTP_STAT_LOG_SIZE]; variable in typeref:struct:sctp_cwnd_log[]
128 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from;
129 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_STRM;
130 sctp_clog[sctp_cwnd_log_at].x.strlog.n_tsn = tsn;
131 sctp_clog[sctp_cwnd_log_at].x.strlog.n_sseq = sseq;
132 sctp_clog[sctp_cwnd_log_at].x.strlog.e_tsn = 0;
133 sctp_clog[sctp_cwnd_log_at].x.strlog.e_sseq = 0;
146 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from;
147 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_MAP;
148 sctp_clog[sctp_cwnd_log_at].x.map.base = map
    [all...]

Completed in 12 milliseconds