Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dsctp.h1089 __u16 spt_pathmaxrxt; member
1097 __u16 spt_pathmaxrxt; member
/Linux-v5.15/net/sctp/
Dsocket.c3886 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3887 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3903 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3904 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3910 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3911 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3918 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3919 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7161 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7175 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
[all …]