Lines Matching refs:spt_pathmaxrxt
3898 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3899 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3915 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3916 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3922 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3923 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3930 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3931 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7194 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7208 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7214 val.spt_pathmaxrxt = sp->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()