Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dsctp.h1067 __u16 spt_pathmaxrxt; member
/Linux-v5.4/net/sctp/
Dsocket.c3964 if (val.spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3965 trans->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3979 if (val.spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3980 trans->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3984 if (val.spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3985 asoc->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3990 if (val.spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3991 sp->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7193 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7206 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
[all …]