OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fstate
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/i386/include/
reg.h
96
struct save87
fstate
;
member in struct:fpreg
/src/sys/net/npf/
npf_state_tcp.c
297
npf_tcpstate_t *
fstate
, *tstate;
local in function:npf_tcp_inwindow
332
fstate
= &nst->nst_tcpst[flow];
334
win = win ? (win <<
fstate
->nst_wscale) : 1;
340
if (__predict_false(
fstate
->nst_maxwin == 0)) {
346
fstate
->nst_end = end;
347
fstate
->nst_maxend = end;
348
fstate
->nst_maxwin = win;
357
fstate
->nst_wscale = 0;
358
(void)npf_fetch_tcpopts(npc, NULL, &
fstate
->nst_wscale);
366
if (
fstate
->nst_end == 0)
[
all
...]
/src/usr.sbin/npf/npftest/libnpftest/
npf_test_subr.c
238
npf_tcpstate_t *
fstate
= &cstream_state.nst_tcpst[di];
local in function:npf_test_statetrack
245
result[i++] =
fstate
->nst_end;
246
result[i++] =
fstate
->nst_maxend;
247
result[i++] =
fstate
->nst_maxwin;
248
result[i++] =
fstate
->nst_wscale;
Completed in 32 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025