OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:syncnattab
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_sync.c
123
synclist_t **
syncnattab
;
member in struct:ipf_sync_softc_s
215
KMALLOCS(softs->
syncnattab
, synclist_t **,
216
softs->ipf_sync_nat_tab_sz * sizeof(*softs->
syncnattab
));
217
if (softs->
syncnattab
== NULL)
219
bzero((char *)softs->
syncnattab
,
220
softs->ipf_sync_nat_tab_sz * sizeof(*softs->
syncnattab
));
259
if (softs->
syncnattab
!= NULL) {
261
softs->
syncnattab
);
262
KFREES(softs->
syncnattab
,
263
softs->ipf_sync_nat_tab_sz * sizeof(*softs->
syncnattab
));
[
all
...]
/src/external/bsd/ipf/dist/
ip_sync.c
119
synclist_t **
syncnattab
;
member in struct:ipf_sync_softc_s
214
KMALLOCS(softs->
syncnattab
, synclist_t **,
215
softs->ipf_sync_nat_tab_sz * sizeof(*softs->
syncnattab
));
216
if (softs->
syncnattab
== NULL)
218
bzero((char *)softs->
syncnattab
,
219
softs->ipf_sync_nat_tab_sz * sizeof(*softs->
syncnattab
));
260
if (softs->
syncnattab
!= NULL) {
262
softs->
syncnattab
);
263
KFREES(softs->
syncnattab
,
264
softs->ipf_sync_nat_tab_sz * sizeof(*softs->
syncnattab
));
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026