Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dsctp.h1097 __u16 spt_pathcpthld; member
/Linux-v5.10/net/sctp/
Dsocket.c3862 if (v2 && val->spt_pathpfthld > val->spt_pathcpthld) in sctp_setsockopt_paddr_thresholds()
3874 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3891 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3898 asoc->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3906 sp->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
7043 val.spt_pathcpthld = trans->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7056 val.spt_pathcpthld = asoc->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7062 val.spt_pathcpthld = sp->ps_retrans; in sctp_getsockopt_paddr_thresholds()