Home
last modified time | relevance | path

Searched refs:max_init_attempts (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/net/sctp/
Dsm_statefuns.c2531 if (attempts > asoc->max_init_attempts) { in sctp_sf_do_5_2_6_stale()
5913 if (attempts <= asoc->max_init_attempts) { in sctp_sf_t1_init_timer_expire()
5931 asoc->max_init_attempts); in sctp_sf_t1_init_timer_expire()
5977 if (attempts <= asoc->max_init_attempts) { in sctp_sf_t1_cookie_timer_expire()
Dassociola.c152 asoc->max_init_attempts = sp->initmsg.sinit_max_attempts; in sctp_association_init()
Dsocket.c1121 asoc->max_init_attempts = init->sinit_max_attempts; in sctp_connect_new_asoc()
9358 if (asoc->init_err_counter + 1 > asoc->max_init_attempts) in sctp_wait_for_connect()
/Linux-v6.6/include/net/sctp/
Dstructs.h1804 __u16 max_init_attempts; member