Searched refs:OPT_COUNTERS (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | xtables-arp.c | 774 set_option(&options, OPT_COUNTERS, &cs.arp.arp.invflags, in do_commandarp() 782 opt2char(OPT_COUNTERS)); in do_commandarp() 787 opt2char(OPT_COUNTERS)); in do_commandarp() 792 opt2char(OPT_COUNTERS)); in do_commandarp()
|
D | xshared.h | 32 OPT_COUNTERS = 1 << 10, enumerator
|
D | xtables.c | 812 set_option(&cs->options, OPT_COUNTERS, &args->invflags, in do_parse() 823 opt2char(OPT_COUNTERS)); in do_parse() 828 opt2char(OPT_COUNTERS)); in do_parse() 833 opt2char(OPT_COUNTERS)); in do_parse()
|
D | ip6tables.c | 1398 set_option(&cs.options, OPT_COUNTERS, &cs.fw6.ipv6.invflags, in do_command6() 1409 opt2char(OPT_COUNTERS)); in do_command6() 1414 opt2char(OPT_COUNTERS)); in do_command6() 1420 opt2char(OPT_COUNTERS)); in do_command6() 1689 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle); in do_command6()
|
D | iptables.c | 1390 set_option(&cs.options, OPT_COUNTERS, &cs.fw.ip.invflags, in do_command4() 1401 opt2char(OPT_COUNTERS)); in do_command4() 1406 opt2char(OPT_COUNTERS)); in do_command4() 1412 opt2char(OPT_COUNTERS)); in do_command4() 1679 ret = iptc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw.counters : NULL, *handle); in do_command4()
|