OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipf_log_tune
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_log.c
169
ipftuneable_t *
ipf_log_tune
;
member in struct:ipf_log_softc_s
230
softl->
ipf_log_tune
= ipf_tune_array_copy(softl,
233
if (softl->
ipf_log_tune
== NULL) {
237
if (ipf_tune_array_link(softc, softl->
ipf_log_tune
) == -1) {
356
if (softl->
ipf_log_tune
!= NULL) {
357
ipf_tune_array_unlink(softc, softl->
ipf_log_tune
);
358
KFREES(softl->
ipf_log_tune
, sizeof(ipf_log_tuneables));
359
softl->
ipf_log_tune
= NULL;
Completed in 49 milliseconds
Indexes created Tue Oct 21 06:10:07 GMT 2025