Searched refs:nft_rule_to_iptables_command_state (Results 1 – 7 of 7) sorted by relevance
/external/iptables/iptables/ |
D | nft-ipv6.c | 199 nft_rule_to_iptables_command_state(h, r, &cs); in nft_ipv6_print_rule() 413 .rule_to_cs = nft_rule_to_iptables_command_state,
|
D | nft-ipv4.c | 273 nft_rule_to_iptables_command_state(h, r, &cs); in nft_ipv4_print_rule() 461 .rule_to_cs = nft_rule_to_iptables_command_state,
|
D | nft-shared.h | 144 void nft_rule_to_iptables_command_state(struct nft_handle *h,
|
D | nft-arp.c | 580 nft_rule_to_iptables_command_state(h, r, &cs); in nft_arp_print_rule() 644 .rule_to_cs = nft_rule_to_iptables_command_state,
|
D | nft-bridge.c | 524 nft_rule_to_iptables_command_state(h, r, cs); in nft_rule_to_ebtables_command_state()
|
D | nft-shared.c | 603 void nft_rule_to_iptables_command_state(struct nft_handle *h, in nft_rule_to_iptables_command_state() function
|
D | nft.c | 2572 nft_rule_to_iptables_command_state(h, r, &cs); in nft_rule_zero_counters()
|