Lines Matching refs:spt_pathmaxrxt
3884 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3885 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3901 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3902 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3908 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3909 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3916 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3917 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7173 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7187 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7193 val.spt_pathmaxrxt = sp->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()