Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dsctp.h1087 __u16 spt_pathmaxrxt; member
1095 __u16 spt_pathmaxrxt; member
/Linux-v5.10/net/sctp/
Dsocket.c3871 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3872 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3888 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3889 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3895 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3896 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3903 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3904 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7041 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7055 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
[all …]