npf_ext_ops_t
static const npf_ext_ops_t npf_log_ops = {
static const npf_ext_ops_t npf_normalize_ops = {
static const npf_ext_ops_t npf_rndblock_ops = {
static const npf_ext_ops_t npf_route_ops = {
void * npf_ext_register(npf_t *, const char *, const npf_ext_ops_t *);
npf_ext_register(npf_t *npf, const char *name, const npf_ext_ops_t *ops)
const npf_ext_ops_t *extops;
const npf_ext_ops_t *extops = ext->ext_ops;
const npf_ext_ops_t *extops = ext->ext_ops;
const npf_ext_ops_t * ext_ops;