Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/netns/
Dsctp.h104 int pf_retrans; member
/linux-6.12.1/net/sctp/
Dsysctl.c116 .data = &init_net.sctp.pf_retrans,
129 .extra1 = &init_net.sctp.pf_retrans,
610 table[SCTP_PS_RETRANS_IDX].extra1 = &net->sctp.pf_retrans; in sctp_sysctl_net_register()
Dassociola.c89 asoc->pf_retrans = sp->pf_retrans; in sctp_association_init()
634 peer->pf_retrans = asoc->pf_retrans; in sctp_assoc_add_peer()
Dtransport.c69 peer->pf_retrans = net->sctp.pf_retrans; in sctp_transport_init()
Dsocket.c3901 trans->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()
3918 trans->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()
3925 asoc->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()
3933 sp->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()
5028 sp->pf_retrans = net->sctp.pf_retrans; in sctp_init_sock()
7194 val.spt_pathpfthld = trans->pf_retrans; in sctp_getsockopt_paddr_thresholds()
7206 val.spt_pathpfthld = asoc->pf_retrans; in sctp_getsockopt_paddr_thresholds()
7212 val.spt_pathpfthld = sp->pf_retrans; in sctp_getsockopt_paddr_thresholds()
Dsm_sideeffect.c584 transport->error_count > transport->pf_retrans) { in sctp_do_8_2_transport_strike()
/linux-6.12.1/include/net/sctp/
Dstructs.h191 __u16 pf_retrans; member
900 __u16 pf_retrans; member
1796 __u16 pf_retrans; member
/linux-6.12.1/Documentation/networking/
Dip-sysctl.rst2928 of pf_retrans > path_max_retrans also disables pf state. That is, one of
2929 both pf_enable and pf_retrans > path_max_retrans can disable pf state.
2930 Since pf_retrans and path_max_retrans can be changed by userspace
2932 pf_retrans > path_max_retrans, but occasionally the value of pf_retrans
3035 pf_retrans - INTEGER
3039 passes the pf_retrans threshold can still be used. Its only
3044 for details. Note also that a value of pf_retrans > path_max_retrans
3045 disables this feature. Since both pf_retrans and path_max_retrans can
3059 and its value can't be less than 'pf_retrans' when changing by sysctl.