HomeSort by: relevance | last modified time | path
    Searched refs:npf_conf (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npf_build.c 56 static nl_config_t * npf_conf = NULL; variable in typeref:typename:nl_config_t *
73 npf_conf = npf_config_create();
74 if (npf_conf == NULL) {
85 return npf_conf;
116 npf_rule_insert(npf_conf, NULL, defgroup_l3);
119 npf_rule_insert(npf_conf, NULL, defgroup_l2);
121 npf_config_build(npf_conf);
132 error = npf_config_submit(npf_conf, fd, &errinfo);
136 npf_config_destroy(npf_conf);
168 _npf_debug_addif(npf_conf, ifname)
    [all...]
  /src/sys/modules/npf/
Makefile 12 SRCS= npf.c npf_alg.c npf_conf.c npf_ctl.c npf_handler.c
  /src/sys/rump/net/lib/libnpf/
Makefile 16 SRCS= npf.c npf_alg.c npf_conf.c npf_ctl.c npf_handler.c

Completed in 13 milliseconds