OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:softd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_dns_pxy.c
65
ipf_dns_softc_t *
softd
;
local in function:ipf_p_dns_soft_create
67
KMALLOC(
softd
, ipf_dns_softc_t *);
68
if (
softd
== NULL)
71
bzero((char *)
softd
, sizeof(*
softd
));
72
RWLOCK_INIT(&
softd
->ipf_p_dns_rwlock, "ipf dns rwlock");
74
return
softd
;
81
ipf_dns_softc_t *
softd
= arg;
local in function:ipf_p_dns_soft_destroy
84
while ((idns =
softd
->ipf_p_dns_list) != NULL) {
88
softd
->ipf_p_dns_list = idns->idns_next
100
ipf_dns_softc_t *
softd
= arg;
local in function:ipf_p_dns_ctl
319
ipf_dns_softc_t *
softd
= arg;
local in function:ipf_p_dns_inout
[
all
...]
ip_dstlist.c
155
ipf_dstl_softc_t *
softd
;
local in function:ipf_dstlist_soft_create
158
KMALLOC(
softd
, ipf_dstl_softc_t *);
159
if (
softd
== NULL) {
164
bzero((char *)
softd
, sizeof(*
softd
));
166
softd
->tails[i] = &
softd
->dstlist[i];
168
return
softd
;
184
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_soft_destroy
186
KFREE(
softd
);
216
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_soft_fini
268
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_flush
351
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_iter_next
472
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_node_add
600
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_node_deref
636
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_node_del
752
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_stats_get
805
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_table_add
1006
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_table_find
1270
ipf_dstl_softc_t *
softd
= arg;
local in function:ipf_dstlist_sync
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025