Searched refs:OPT_SOURCE (Results 1 – 7 of 7) sorted by relevance
/external/iptables/iptables/ |
D | xshared.h | 16 OPT_SOURCE = 1 << 1, enumerator
|
D | xtables-eb.c | 238 #define OPT_SOURCE 0x40 macro 1047 ebt_check_option2(&flags, OPT_SOURCE); in do_commandeb()
|
D | nft-ipv6.c | 345 if (!(cs->options & OPT_SOURCE)) in nft_ipv6_post_parse()
|
D | nft-ipv4.c | 399 if (!(cs->options & OPT_SOURCE)) in nft_ipv4_post_parse()
|
D | ip6tables.c | 1550 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags, in do_command6() 1758 if (!(cs.options & OPT_SOURCE)) in do_command6()
|
D | iptables.c | 1535 set_option(&cs.options, OPT_SOURCE, &cs.fw.ip.invflags, in do_command4() 1745 if (!(cs.options & OPT_SOURCE)) in do_command4()
|
D | xtables.c | 902 set_option(&cs->options, OPT_SOURCE, in do_parse()
|