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

/linux-master/include/net/bluetooth/
H A Drfcomm.h128 u8 max_retrans; member in struct:rfcomm_pn
/linux-master/net/sctp/
H A Dproc.c281 assoc->stream.outcnt, assoc->max_retrans,
H A Dsm_statefuns.c1047 if (asoc->overall_error_count >= asoc->max_retrans) {
1095 if (asoc->overall_error_count >= asoc->max_retrans) {
5789 if (asoc->overall_error_count >= asoc->max_retrans) {
6029 if (asoc->overall_error_count >= asoc->max_retrans) {
6113 if (asoc->overall_error_count >= asoc->max_retrans) {
H A Dsm_sideeffect.c673 if (asoc->overall_error_count >= asoc->max_retrans) {
H A Dassociola.c85 /* Set the association max_retrans and RTO values from the
88 asoc->max_retrans = sp->assocparams.sasoc_asocmaxrxt;
630 /* Set the path max_retrans. */
H A Dsocket.c3180 asoc->max_retrans = assocparams->sasoc_asocmaxrxt;
6631 assocparams.sasoc_asocmaxrxt = asoc->max_retrans;
/linux-master/include/net/sctp/
H A Dstructs.h185 /* This is the max_retrans value for new associations. */
887 /* This is the max_retrans value for the transport and will
1786 /* This is the max_retrans value for the association. This value will
1790 int max_retrans; member in struct:sctp_association
1818 /* This is the max_retrans value for new transports in the
/linux-master/net/bluetooth/rfcomm/
H A Dcore.c976 pn->max_retrans = 0;

Completed in 1189 milliseconds