Searched refs:spt_pathmaxrxt (Results 1 – 2 of 2) sorted by relevance
1089 __u16 spt_pathmaxrxt; member1097 __u16 spt_pathmaxrxt; member
3886 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()3887 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()3903 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()3904 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()3910 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()3911 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()3918 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()3919 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()7176 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()7190 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()[all …]
Completed in 23 milliseconds