Searched refs:pf_retrans (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/net/netns/
H A Dsctp.h104 int pf_retrans; member in struct:netns_sctp
/linux-master/net/sctp/
H A Dsysctl.c117 .procname = "pf_retrans",
118 .data = &init_net.sctp.pf_retrans,
131 .extra1 = &init_net.sctp.pf_retrans,
613 table[SCTP_PS_RETRANS_IDX].extra1 = &net->sctp.pf_retrans;
H A Dassociola.c89 asoc->pf_retrans = sp->pf_retrans;
634 peer->pf_retrans = asoc->pf_retrans;
H A Dtransport.c69 peer->pf_retrans = net->sctp.pf_retrans;
H A Dsocket.c3901 trans->pf_retrans = val->spt_pathpfthld;
3918 trans->pf_retrans = val->spt_pathpfthld;
3925 asoc->pf_retrans = val->spt_pathpfthld;
3933 sp->pf_retrans = val->spt_pathpfthld;
5023 sp->pf_retrans = net->sctp.pf_retrans;
7188 val.spt_pathpfthld = trans->pf_retrans;
7200 val.spt_pathpfthld = asoc->pf_retrans;
7206 val.spt_pathpfthld = sp->pf_retrans;
H A Dsm_sideeffect.c576 /* If the transport error count is greater than the pf_retrans
584 transport->error_count > transport->pf_retrans) {
/linux-master/include/net/sctp/
H A Dstructs.h191 __u16 pf_retrans; member in struct:sctp_sock
900 __u16 pf_retrans; member in struct:sctp_transport
1796 __u16 pf_retrans; member in struct:sctp_association

Completed in 307 milliseconds