Lines Matching refs:spt_pathmaxrxt
3897 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3898 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3914 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3915 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3921 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3922 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3929 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3930 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7193 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7207 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7213 val.spt_pathmaxrxt = sp->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()