Home
last modified time | relevance | path

Searched refs:max_init_attempts (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dsm_statefuns.c2467 if (attempts > asoc->max_init_attempts) { in sctp_sf_do_5_2_6_stale()
5813 if (attempts <= asoc->max_init_attempts) { in sctp_sf_t1_init_timer_expire()
5830 "max_init_attempts:%d\n", __func__, attempts, in sctp_sf_t1_init_timer_expire()
5831 asoc->max_init_attempts); in sctp_sf_t1_init_timer_expire()
5877 if (attempts <= asoc->max_init_attempts) { in sctp_sf_t1_cookie_timer_expire()
H A Dassociola.c149 asoc->max_init_attempts = sp->initmsg.sinit_max_attempts; in sctp_association_init()
H A Dsocket.c1119 asoc->max_init_attempts = init->sinit_max_attempts; in sctp_connect_new_asoc()
9114 if (asoc->init_err_counter + 1 > asoc->max_init_attempts) in sctp_wait_for_connect()
/kernel/linux/linux-6.6/net/sctp/
H A 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()
5930 "max_init_attempts:%d\n", __func__, 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()
H A Dassociola.c152 asoc->max_init_attempts = sp->initmsg.sinit_max_attempts; in sctp_association_init()
H A Dsocket.c1121 asoc->max_init_attempts = init->sinit_max_attempts; in sctp_connect_new_asoc()
9359 if (asoc->init_err_counter + 1 > asoc->max_init_attempts) in sctp_wait_for_connect()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h1781 __u16 max_init_attempts; member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h1804 __u16 max_init_attempts; member

Completed in 50 milliseconds