Searched refs:npf_alg_func_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_alg.c53 npf_alg_func_t na_match_func;
54 npf_alg_func_t na_tr_func;
84 npf_alg_register(npf_alg_func_t mfunc, npf_alg_func_t tfunc,
133 npf_alg_func_t func = alg->na_match_func;
155 npf_alg_func_t func;
H A Dnpf_impl.h97 typedef bool (*npf_alg_func_t)(npf_cache_t *, nbuf_t *, npf_nat_t *, int); typedef
327 npf_alg_t * npf_alg_register(npf_alg_func_t, npf_alg_func_t,

Completed in 104 milliseconds