Searched refs:OPT_COUNTERS (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | xtables-arp.c | 839 set_option(&options, OPT_COUNTERS, &cs.arp.arp.invflags, in do_commandarp() 847 opt2char(OPT_COUNTERS)); in do_commandarp() 852 opt2char(OPT_COUNTERS)); in do_commandarp() 857 opt2char(OPT_COUNTERS)); in do_commandarp()
|
D | xshared.h | 32 OPT_COUNTERS = 1 << 10, enumerator
|
D | ip6tables.c | 1477 set_option(&cs.options, OPT_COUNTERS, &cs.fw6.ipv6.invflags, in do_command6() 1488 opt2char(OPT_COUNTERS)); in do_command6() 1493 opt2char(OPT_COUNTERS)); in do_command6() 1499 opt2char(OPT_COUNTERS)); in do_command6() 1768 ret = ip6tc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw6.counters : NULL, *handle); in do_command6()
|
D | xtables.c | 895 set_option(&cs->options, OPT_COUNTERS, &args->invflags, in do_parse() 906 opt2char(OPT_COUNTERS)); in do_parse() 911 opt2char(OPT_COUNTERS)); in do_parse() 916 opt2char(OPT_COUNTERS)); in do_parse()
|
D | iptables.c | 1470 set_option(&cs.options, OPT_COUNTERS, &cs.fw.ip.invflags, in do_command4() 1481 opt2char(OPT_COUNTERS)); in do_command4() 1486 opt2char(OPT_COUNTERS)); in do_command4() 1492 opt2char(OPT_COUNTERS)); in do_command4() 1759 ret = iptc_set_policy(chain, policy, cs.options&OPT_COUNTERS ? &cs.fw.counters : NULL, *handle); in do_command4()
|