Home
last modified time | relevance | path

Searched refs:ps_retrans (Results 1 – 7 of 7) sorted by relevance

/linux/net/sctp/
H A Dsysctl.c121 .extra2 = &init_net.sctp.ps_retrans,
125 .data = &init_net.sctp.ps_retrans,
604 table[SCTP_PF_RETRANS_IDX].extra2 = &net->sctp.ps_retrans; in sctp_sysctl_net_register()
H A Dassociola.c90 asoc->ps_retrans = sp->ps_retrans; in sctp_association_init()
647 peer->ps_retrans = asoc->ps_retrans; in sctp_assoc_add_peer()
H A Dsocket.c3908 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3925 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3932 asoc->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3940 sp->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
5096 sp->ps_retrans = net->sctp.ps_retrans; in sctp_init_sock()
7262 val.spt_pathcpthld = trans->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7275 val.spt_pathcpthld = asoc->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7281 val.spt_pathcpthld = sp->ps_retrans; in sctp_getsockopt_paddr_thresholds()
H A Dsm_sideeffect.c610 if (transport->error_count > transport->ps_retrans && in sctp_do_8_2_transport_strike()
H A Dprotocol.c1322 net->sctp.ps_retrans = SCTP_PS_RETRANS_MAX; in sctp_defaults_init()
/linux/include/net/sctp/
H A Dstructs.h188 __u16 ps_retrans; member
894 __u16 ps_retrans; member
1772 __u16 ps_retrans; member
/linux/Documentation/networking/
H A Dip-sysctl.rst3575 ps_retrans - INTEGER
3582 is disabled by initializing 'ps_retrans' per netns as 0xffff by default,