Home | History | Annotate | Download | only in libnpftest

Lines Matching defs:npf

2  * NPF ruleset tests.
229 npf_t *npf = npf_getkernctx();
238 slock = npf_config_read_enter(npf);
239 rl = npf_ruleset_inspect(npc, npf_config_ruleset(npf), t->di, NPF_RULE_LAYER_3);
246 npf_config_read_exit(npf, slock);
257 npf_t *npf = npf_getkernctx();
262 error = npfk_packet_handler(npf, &m, ifp, t->di);
272 npf_t *npf = npf_getkernctx();
278 rl = npf_rule_alloc(npf, rule);
312 npf_t *npf = npf_getkernctx();
319 * Test dynamic NPF rules.
325 npf_config_enter(npf);
326 rlset = npf_config_ruleset(npf);
339 npf_config_exit(npf);