Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/netns/
Dsctp.h110 int ps_retrans; member
/Linux-v6.6/net/sctp/
Dsysctl.c123 .extra2 = &init_net.sctp.ps_retrans,
127 .data = &init_net.sctp.ps_retrans,
612 table[SCTP_PF_RETRANS_IDX].extra2 = &net->sctp.ps_retrans; in sctp_sysctl_net_register()
Dassociola.c90 asoc->ps_retrans = sp->ps_retrans; in sctp_association_init()
636 peer->ps_retrans = asoc->ps_retrans; in sctp_assoc_add_peer()
Dsocket.c3892 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3909 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3916 asoc->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3924 sp->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
5016 sp->ps_retrans = net->sctp.ps_retrans; in sctp_init_sock()
7181 val.spt_pathcpthld = trans->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7194 val.spt_pathcpthld = asoc->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7200 val.spt_pathcpthld = sp->ps_retrans; in sctp_getsockopt_paddr_thresholds()
Dsm_sideeffect.c604 if (transport->error_count > transport->ps_retrans && in sctp_do_8_2_transport_strike()
Dprotocol.c1333 net->sctp.ps_retrans = SCTP_PS_RETRANS_MAX; in sctp_defaults_init()
/Linux-v6.6/include/net/sctp/
Dstructs.h192 __u16 ps_retrans; member
905 __u16 ps_retrans; member
1801 __u16 ps_retrans; member
/Linux-v6.6/Documentation/networking/
Dip-sysctl.rst2963 ps_retrans - INTEGER
2970 is disabled by initializing 'ps_retrans' per netns as 0xffff by default,