Home
last modified time | relevance | path

Searched refs:thlds (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_usrreq.c3169 struct sctp_paddrthlds *thlds; local
3194 addr = (struct sockaddr *)&thlds->spt_address;
3251 thlds->spt_pathpfthld = net->pf_threshold;
3252 thlds->spt_pathcpthld = 0xffff;
3256 thlds->spt_pathcpthld = 0xffff;
3258 thlds->spt_assoc_id = sctp_get_associd(stcb);
3269 thlds->spt_pathcpthld = 0xffff;
6313 struct sctp_paddrthlds *thlds; local
6392 if (thlds->spt_pathcpthld != 0xffff) {
6403 net->pf_threshold = thlds->spt_pathpfthld;
[all …]