Home
last modified time | relevance | path

Searched refs:devgroups (Results 1 – 1 of 1) sorted by relevance

/external/iptables/extensions/
Dlibxt_devgroup.c36 static struct xtables_lmap *devgroups; variable
44 xtables_parse_val_mask(cb, &group, &mask, devgroups); in devgroup_parse()
72 numeric ? NULL : devgroups); in devgroup_show()
80 numeric ? NULL : devgroups); in devgroup_show()
118 name = xtables_lmap_id2name(devgroups, id); in print_devgroup_xlate()
179 devgroups = xtables_lmap_init(f_devgroups); in _init()
180 if (devgroups == NULL && errno != ENOENT) in _init()