Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netns/
H A Dsctp.h90 int pf_retrans; member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsysctl.c207 .data = &init_net.sctp.pf_retrans,
220 .extra1 = &init_net.sctp.pf_retrans,
H A Dtransport.c69 peer->pf_retrans = net->sctp.pf_retrans; in sctp_transport_init()
H A Dassociola.c89 asoc->pf_retrans = sp->pf_retrans; in sctp_association_init()
630 peer->pf_retrans = asoc->pf_retrans; in sctp_assoc_add_peer()
H A Dsocket.c3894 trans->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()
3911 trans->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()
3918 asoc->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()
3926 sp->pf_retrans = val->spt_pathpfthld; in sctp_setsockopt_paddr_thresholds()
4903 sp->pf_retrans = net->sctp.pf_retrans; in sctp_init_sock()
7059 val.spt_pathpfthld = trans->pf_retrans; in sctp_getsockopt_paddr_thresholds()
7071 val.spt_pathpfthld = asoc->pf_retrans; in sctp_getsockopt_paddr_thresholds()
7077 val.spt_pathpfthld = sp->pf_retrans; in sctp_getsockopt_paddr_thresholds()
H A Dsm_sideeffect.c552 transport->error_count > transport->pf_retrans) { in sctp_do_8_2_transport_strike()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h187 __u16 pf_retrans; member
893 __u16 pf_retrans; member
1775 __u16 pf_retrans; member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip-sysctl.rst2399 of pf_retrans > path_max_retrans also disables pf state. That is, one of
2400 both pf_enable and pf_retrans > path_max_retrans can disable pf state.
2401 Since pf_retrans and path_max_retrans can be changed by userspace
2403 pf_retrans > path_max_retrans, but occasionally the value of pf_retrans
2506 pf_retrans - INTEGER
2510 passes the pf_retrans threshold can still be used. Its only
2515 for details. Note also that a value of pf_retrans > path_max_retrans
2516 disables this feature. Since both pf_retrans and path_max_retrans can
2530 and its value can't be less than 'pf_retrans' when changing by sysctl.