Home
last modified time | relevance | path

Searched refs:max_retrans (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/bluetooth/
H A Drfcomm.h128 u8 max_retrans; member
/linux/net/sctp/
H A Dsm_statefuns.c1050 if (asoc->overall_error_count >= asoc->max_retrans) { in sctp_sf_sendbeat_8_3()
1098 if (asoc->overall_error_count >= asoc->max_retrans) { in sctp_sf_send_reconf()
5802 if (asoc->overall_error_count >= asoc->max_retrans) { in sctp_sf_do_6_3_3_rtx()
6042 if (asoc->overall_error_count >= asoc->max_retrans) { in sctp_sf_t2_timer_expire()
6126 if (asoc->overall_error_count >= asoc->max_retrans) { in sctp_sf_t4_timer_expire()
H A Dassociola.c85 /* Set the association max_retrans and RTO values from the in sctp_association_init()
88 asoc->max_retrans = sp->assocparams.sasoc_asocmaxrxt; in sctp_association_init()
631 /* Set the path max_retrans. */ in sctp_assoc_add_peer()
H A Dsm_sideeffect.c679 if (asoc->overall_error_count >= asoc->max_retrans) { in sctp_cmd_assoc_failed()
H A Dsocket.c3179 asoc->max_retrans = assocparams->sasoc_asocmaxrxt; in sctp_setsockopt_associnfo()
6677 assocparams.sasoc_asocmaxrxt = asoc->max_retrans; in sctp_getsockopt_associnfo()
/linux/net/bluetooth/rfcomm/
H A Dcore.c976 pn->max_retrans = 0; in rfcomm_send_pn()