Searched defs:npf_natpolicy (Results 1 – 1 of 1) sorted by relevance
89 struct npf_natpolicy { struct90 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