Searched refs:ps_retrans (Results 1 – 8 of 8) sorted by relevance
107 int ps_retrans; member
217 .extra2 = &init_net.sctp.ps_retrans,221 .data = &init_net.sctp.ps_retrans,
90 asoc->ps_retrans = sp->ps_retrans; in sctp_association_init()639 peer->ps_retrans = asoc->ps_retrans; in sctp_assoc_add_peer()
3889 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()3906 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()3913 asoc->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()3921 sp->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()5013 sp->ps_retrans = net->sctp.ps_retrans; in sctp_init_sock()7178 val.spt_pathcpthld = trans->ps_retrans; in sctp_getsockopt_paddr_thresholds()7191 val.spt_pathcpthld = asoc->ps_retrans; in sctp_getsockopt_paddr_thresholds()7197 val.spt_pathcpthld = sp->ps_retrans; in sctp_getsockopt_paddr_thresholds()
600 if (transport->error_count > transport->ps_retrans && in sctp_do_8_2_transport_strike()
1328 net->sctp.ps_retrans = SCTP_PS_RETRANS_MAX; in sctp_defaults_init()
192 __u16 ps_retrans; member904 __u16 ps_retrans; member1793 __u16 ps_retrans; member
2698 ps_retrans - INTEGER2705 is disabled by initializing 'ps_retrans' per netns as 0xffff by default,
Completed in 34 milliseconds