Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsctp.h1093 /* Use a new structure with spt_pathcpthld for back compatibility */
1099 __u16 spt_pathcpthld; member
/linux/net/sctp/
H A Dsocket.c3889 if (v2 && val->spt_pathpfthld > val->spt_pathcpthld) in sctp_setsockopt_paddr_thresholds()
3901 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3918 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3925 asoc->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3933 sp->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
7196 val.spt_pathcpthld = trans->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7209 val.spt_pathcpthld = asoc->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7215 val.spt_pathcpthld = sp->ps_retrans; in sctp_getsockopt_paddr_thresholds()