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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_usrreq.c3123 struct sctp_paddrthlds *thlds; local
3126 SCTP_CHECK_AND_CAST(thlds, optval, struct sctp_paddrthlds, *optsize);
3127 SCTP_FIND_STCB(inp, stcb, thlds->spt_assoc_id);
3131 net = sctp_findnet(stcb, (struct sockaddr *)&thlds->spt_address);
3141 stcb = sctp_findassociation_ep_addr(&inp, (struct sockaddr *)&thlds->spt_address, &net, NULL, NULL);
3149 sa = (struct sockaddr *)&thlds->spt_address;
3185 thlds->spt_pathmaxrxt = net->failure_threshold;
3186 thlds->spt_pathpfthld = net->pf_threshold;
3188 thlds->spt_pathmaxrxt = stcb->asoc.def_net_failure;
3189 thlds
5904 struct sctp_paddrthlds *thlds; local
[all...]

Completed in 110 milliseconds