Searched refs:spt_pathcpthld (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsctp.h1093 /* Use a new structure with spt_pathcpthld for back compatibility */
1099 __u16 spt_pathcpthld; member in struct:sctp_paddrthlds_v2
/linux-master/net/sctp/
H A Dsocket.c3888 if (v2 && val->spt_pathpfthld > val->spt_pathcpthld)
3900 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;
7189 val.spt_pathcpthld = trans->ps_retrans;
7202 val.spt_pathcpthld = asoc->ps_retrans;
7208 val.spt_pathcpthld = sp->ps_retrans;

Completed in 274 milliseconds