Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netns/
H A Dsctp.h110 int ps_retrans; member
/openbmc/linux/net/sctp/
H A Dsysctl.c123 .extra2 = &init_net.sctp.ps_retrans,
126 .procname = "ps_retrans",
127 .data = &init_net.sctp.ps_retrans,
614 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()
637 peer->ps_retrans = asoc->ps_retrans; in sctp_assoc_add_peer()
H A Dsocket.c3899 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3916 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3923 asoc->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3931 sp->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
5023 sp->ps_retrans = net->sctp.ps_retrans; in sctp_init_sock()
7189 val.spt_pathcpthld = trans->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7202 val.spt_pathcpthld = asoc->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7208 val.spt_pathcpthld = sp->ps_retrans; in sctp_getsockopt_paddr_thresholds()
H A Dsm_sideeffect.c604 if (transport->error_count > transport->ps_retrans && in sctp_do_8_2_transport_strike()
H A Dprotocol.c1333 net->sctp.ps_retrans = SCTP_PS_RETRANS_MAX; in sctp_defaults_init()
/openbmc/linux/include/net/sctp/
H A Dstructs.h192 __u16 ps_retrans; member
905 __u16 ps_retrans; member
1801 __u16 ps_retrans; member
/openbmc/linux/Documentation/networking/
H A Dip-sysctl.rst2963 ps_retrans - INTEGER
2970 is disabled by initializing 'ps_retrans' per netns as 0xffff by default,