Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dsctp.h1099 __u16 spt_pathcpthld; member
/Linux-v6.1/net/sctp/
Dsocket.c3874 if (v2 && val->spt_pathpfthld > val->spt_pathcpthld) in sctp_setsockopt_paddr_thresholds()
3886 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3903 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3910 asoc->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3918 sp->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
7170 val.spt_pathcpthld = trans->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7183 val.spt_pathcpthld = asoc->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7189 val.spt_pathcpthld = sp->ps_retrans; in sctp_getsockopt_paddr_thresholds()