Searched refs:nft_cmd_rule_replace (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/iptables/iptables/ |
H A D | nft-cmd.h | 68 int nft_cmd_rule_replace(struct nft_handle *h, const char *chain,
|
H A D | nft-cmd.c | 270 int nft_cmd_rule_replace(struct nft_handle *h, const char *chain, in nft_cmd_rule_replace() function
|
H A D | nft-ipv6.c | 332 return nft_cmd_rule_replace(h, chain, table, cs, rulenum, verbose); in nft_ipv6_replace_entry()
|
H A D | nft-ipv4.c | 341 return nft_cmd_rule_replace(h, chain, table, cs, rulenum, verbose); in nft_ipv4_replace_entry()
|
H A D | nft-arp.c | 646 return nft_cmd_rule_replace(h, chain, table, cs, rulenum, verbose); in nft_arp_replace_entry()
|