Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dsm_statefuns.c2542 if (attempts > asoc->max_init_attempts) { in sctp_sf_do_5_2_6_stale()
5924 if (attempts <= asoc->max_init_attempts) { in sctp_sf_t1_init_timer_expire()
5942 asoc->max_init_attempts); in sctp_sf_t1_init_timer_expire()
5988 if (attempts <= asoc->max_init_attempts) { in sctp_sf_t1_cookie_timer_expire()
H A Dassociola.c153 asoc->max_init_attempts = sp->initmsg.sinit_max_attempts; in sctp_association_init()
H A Dsocket.c1122 asoc->max_init_attempts = init->sinit_max_attempts; in sctp_connect_new_asoc()
9376 if (asoc->init_err_counter + 1 > asoc->max_init_attempts) in sctp_wait_for_connect()
/linux/include/net/sctp/
H A Dstructs.h1801 __u16 max_init_attempts; member