Searched refs:pf_retrans (Results 1 – 7 of 7) sorted by relevance
116 .data = &init_net.sctp.pf_retrans,129 .extra1 = &init_net.sctp.pf_retrans,605 table[SCTP_PS_RETRANS_IDX].extra1 = &net->sctp.pf_retrans; in sctp_sysctl_net_register()
89 asoc->pf_retrans = sp->pf_retrans; in sctp_association_init()645 peer->pf_retrans = asoc->pf_retrans; in sctp_assoc_add_peer()
69 peer->pf_retrans = net->sctp.pf_retrans; in sctp_transport_init()
3909 trans->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()3926 trans->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()3933 asoc->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()3941 sp->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()5095 sp->pf_retrans = net->sctp.pf_retrans; in sctp_init_sock()7261 val.spt_pathpfthld = trans->pf_retrans; in sctp_getsockopt_paddr_thresholds()7273 val.spt_pathpfthld = asoc->pf_retrans; in sctp_getsockopt_paddr_thresholds()7279 val.spt_pathpfthld = sp->pf_retrans; in sctp_getsockopt_paddr_thresholds()
590 transport->error_count > transport->pf_retrans) { in sctp_do_8_2_transport_strike()
187 __u16 pf_retrans; member892 __u16 pf_retrans; member1770 __u16 pf_retrans; member
3452 of pf_retrans > path_max_retrans also disables pf state. That is, one of3453 both pf_enable and pf_retrans > path_max_retrans can disable pf state.3454 Since pf_retrans and path_max_retrans can be changed by userspace3456 pf_retrans > path_max_retrans, but occasionally the value of pf_retrans3559 pf_retrans - INTEGER3563 passes the pf_retrans threshold can still be used. Its only3568 for details. Note also that a value of pf_retrans > path_max_retrans3569 disables this feature. Since both pf_retrans and path_max_retrans can3583 and its value can't be less than 'pf_retrans' when changing by sysctl.