Home
last modified time | relevance | path

Searched defs:npf_natpolicy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net/npf/
H A Dnpf_nat.c89 struct npf_natpolicy { struct
90 npf_t * n_npfctx;
91 kmutex_t n_lock;
93 unsigned n_refcnt;
94 uint64_t n_id;
124 #define NPF_NP_CMP_START offsetof(npf_natpolicy_t, n_type) argument