Searched refs:spt_pathmaxrxt (Results 1 – 2 of 2) sorted by relevance
1087 __u16 spt_pathmaxrxt; member1095 __u16 spt_pathmaxrxt; member
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()[all …]