Searched defs:sctp_pcb (Results 1 – 1 of 1) sorted by relevance
226 struct sctp_pcb { struct227 unsigned int time_of_secret_change; /* number of seconds from timeval.tv_sec */228 uint32_t secret_key[SCTP_HOW_MANY_SECRETS][SCTP_NUMBER_OF_SECRETS];229 unsigned int size_of_a_cookie;231 unsigned int sctp_timeoutticks[SCTP_NUM_TMRS];232 unsigned int sctp_minrto;233 unsigned int sctp_maxrto;234 unsigned int initial_rto;236 int initial_init_rto_max;238 uint32_t sctp_sws_sender;[all …]