Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsctp.h901 __u16 spt_pathmaxrxt; member
/linux-4.1.27/net/sctp/
Dsocket.c3625 if (val.spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3626 trans->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3630 if (val.spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3631 asoc->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3639 if (val.spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3640 trans->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
5843 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
5850 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()