Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-ipv6.c224 nft_clear_iptables_command_state(&cs); in nft_ipv6_print_rule()
414 .clear_cs = nft_clear_iptables_command_state,
Dnft-ipv4.c295 nft_clear_iptables_command_state(&cs); in nft_ipv4_print_rule()
462 .clear_cs = nft_clear_iptables_command_state,
Dnft-shared.h147 void nft_clear_iptables_command_state(struct iptables_command_state *cs);
Dnft-arp.c595 nft_clear_iptables_command_state(&cs); in nft_arp_print_rule()
645 .clear_cs = nft_clear_iptables_command_state,
Dxtables-translate.c322 nft_clear_iptables_command_state(&cs); in do_command_xlate()
Dxtables-arp.c964 nft_clear_iptables_command_state(&cs); in do_commandarp()
Dnft-shared.c701 void nft_clear_iptables_command_state(struct iptables_command_state *cs) in nft_clear_iptables_command_state() function
Dxtables.c1062 nft_clear_iptables_command_state(&cs); in do_commandx()