Searched refs:thlds (Results 1 – 1 of 1) sorted by relevance
3235 struct sctp_paddrthlds *thlds; local3244 SCTP_CHECK_AND_CAST(thlds, optval, struct sctp_paddrthlds, *optsize);3245 SCTP_FIND_STCB(inp, stcb, thlds->spt_assoc_id);3248 if (thlds->spt_address.ss_family == AF_INET6) {3251 sin6 = (struct sockaddr_in6 *)&thlds->spt_address;3256 addr = (struct sockaddr *)&thlds->spt_address;3259 addr = (struct sockaddr *)&thlds->spt_address;3262 addr = (struct sockaddr *)&thlds->spt_address;3317 thlds->spt_pathmaxrxt = net->failure_threshold;3318 thlds->spt_pathpfthld = net->pf_threshold;[all …]