Lines Matching refs:spt_pathmaxrxt
3886 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()
7181 val.spt_pathmaxrxt = sp->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()