Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dsctp.h1099 __u16 spt_pathcpthld; member
/linux-6.3-rc2/net/sctp/
A Dsocket.c3875 if (v2 && val->spt_pathpfthld > val->spt_pathcpthld) in sctp_setsockopt_paddr_thresholds()
3887 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3904 trans->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3911 asoc->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
3919 sp->ps_retrans = val->spt_pathcpthld; in sctp_setsockopt_paddr_thresholds()
7175 val.spt_pathcpthld = trans->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7188 val.spt_pathcpthld = asoc->ps_retrans; in sctp_getsockopt_paddr_thresholds()
7194 val.spt_pathcpthld = sp->ps_retrans; in sctp_getsockopt_paddr_thresholds()

Completed in 21 milliseconds