Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dsctp.h1053 __u16 spt_pathmaxrxt; member
/Linux-v4.19/net/sctp/
Dsocket.c3902 if (val.spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3903 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()
3916 if (val.spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3917 trans->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
6880 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
6887 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()