OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:destroy_func
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/npf/
npf_alg.c
325
void (*
destroy_func
)(npf_t *, npf_nat_t *, npf_conn_t *);
local in function:npf_alg_destroy
327
if ((
destroy_func
= atomic_load_relaxed(&f->destroy)) != NULL) {
328
destroy_func
(npf, nat, con);
npf_alg.c
325
void (*
destroy_func
)(npf_t *, npf_nat_t *, npf_conn_t *);
local in function:npf_alg_destroy
327
if ((
destroy_func
= atomic_load_relaxed(&f->destroy)) != NULL) {
328
destroy_func
(npf, nat, con);
Completed in 23 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025