Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dsctp.h1089 __u16 spt_pathmaxrxt; member
1097 __u16 spt_pathmaxrxt; member
/Linux-v6.6/net/sctp/
Dsocket.c3889 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3890 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3906 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3907 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3913 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3914 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3921 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3922 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7179 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7193 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
[all …]