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

/linux-master/include/net/netns/
H A Dsctp.h110 int ps_retrans; member in struct:netns_sctp
/linux-master/net/sctp/
H A Dsysctl.c123 .extra2 = &init_net.sctp.ps_retrans,
126 .procname = "ps_retrans",
127 .data = &init_net.sctp.ps_retrans,
612 table[SCTP_PF_RETRANS_IDX].extra2 = &net->sctp.ps_retrans;
H A Dassociola.c90 asoc->ps_retrans = sp->ps_retrans;
636 peer->ps_retrans = asoc->ps_retrans;
H A Dsocket.c3900 trans->ps_retrans = val->spt_pathcpthld;
3917 trans->ps_retrans = val->spt_pathcpthld;
3924 asoc->ps_retrans = val->spt_pathcpthld;
3932 sp->ps_retrans = val->spt_pathcpthld;
5024 sp->ps_retrans = net->sctp.ps_retrans;
7189 val.spt_pathcpthld = trans->ps_retrans;
7202 val.spt_pathcpthld = asoc->ps_retrans;
7208 val.spt_pathcpthld = sp->ps_retrans;
H A Dsm_sideeffect.c604 if (transport->error_count > transport->ps_retrans &&
H A Dprotocol.c1333 net->sctp.ps_retrans = SCTP_PS_RETRANS_MAX;
/linux-master/include/net/sctp/
H A Dstructs.h192 __u16 ps_retrans; member in struct:sctp_sock
902 __u16 ps_retrans; member in struct:sctp_transport
1798 __u16 ps_retrans; member in struct:sctp_association

Completed in 164 milliseconds