Searched refs:sinit_max_attempts (Results 1 – 2 of 2) sorted by relevance
337 si->sinit_max_attempts = sctp->sctp_max_init_rxt; in sctp_get_initmsg()370 if (si->sinit_max_attempts != 0 && in sctp_set_initmsg()371 (si->sinit_max_attempts < sctps->sctps_max_init_retr_low || in sctp_set_initmsg()372 si->sinit_max_attempts > sctps->sctps_max_init_retr_high)) { in sctp_set_initmsg()387 if (si->sinit_max_attempts != 0) in sctp_set_initmsg()388 sctp->sctp_max_init_rxt = si->sinit_max_attempts; in sctp_set_initmsg()
115 uint16_t sinit_max_attempts; member