OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipf_state_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_state.c
349
KMALLOCS(softs->
ipf_state_table
,
351
if (softs->
ipf_state_table
== NULL)
354
bzero((char *)softs->
ipf_state_table
,
466
if (softs->
ipf_state_table
!= NULL) {
467
KFREES(softs->
ipf_state_table
,
468
softs->ipf_state_size * sizeof(*softs->
ipf_state_table
));
469
softs->
ipf_state_table
= NULL;
521
issp->iss_table = softs->
ipf_state_table
;
1117
if (softs->
ipf_state_table
[hv] != NULL)
1118
softs->
ipf_state_table
[hv]->is_phnext = &is->is_hnext
[
all
...]
ip_state.h
283
ipstate_t **
ipf_state_table
;
member in struct:ipf_state_softc_s
Completed in 19 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026