Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dsctp.h1089 __u16 spt_pathmaxrxt; member
1097 __u16 spt_pathmaxrxt; member
/linux-6.1.9/net/sctp/
Dsocket.c3883 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3884 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3900 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3901 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3907 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3908 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3915 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3916 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7168 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7182 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
[all …]