Searched refs:ps_retrans (Results 1 – 8 of 8) sorted by relevance
110 int ps_retrans; member
123 .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()
90 asoc->ps_retrans = sp->ps_retrans; in sctp_association_init()636 peer->ps_retrans = asoc->ps_retrans; in sctp_assoc_add_peer()
3887 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()3904 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()3911 asoc->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()3919 sp->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()5011 sp->ps_retrans = net->sctp.ps_retrans; in sctp_init_sock()7175 val.spt_pathcpthld = trans->ps_retrans; in sctp_getsockopt_paddr_thresholds()7188 val.spt_pathcpthld = asoc->ps_retrans; in sctp_getsockopt_paddr_thresholds()7194 val.spt_pathcpthld = sp->ps_retrans; in sctp_getsockopt_paddr_thresholds()
604 if (transport->error_count > transport->ps_retrans && in sctp_do_8_2_transport_strike()
1335 net->sctp.ps_retrans = SCTP_PS_RETRANS_MAX; in sctp_defaults_init()
192 __u16 ps_retrans; member905 __u16 ps_retrans; member1796 __u16 ps_retrans; member
2919 ps_retrans - INTEGER2926 is disabled by initializing 'ps_retrans' per netns as 0xffff by default,
Completed in 34 milliseconds