Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsctp.h1097 __u16 spt_pathcpthld; member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c3881 if (v2 && val->spt_pathpfthld > val->spt_pathcpthld) in sctp_setsockopt_paddr_thresholds()
3893 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3910 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3917 asoc->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3925 sp->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
7060 val.spt_pathcpthld = trans->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7073 val.spt_pathcpthld = asoc->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7079 val.spt_pathcpthld = sp->ps_retrans; in sctp_getsockopt_paddr_thresholds()