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...] |