Lines Matching refs:spt_pathmaxrxt
3871 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3872 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3888 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3889 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3895 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3896 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3903 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3904 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7041 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7055 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7061 val.spt_pathmaxrxt = sp->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()