Home
last modified time | relevance | path

Searched refs:nft_cmd_rule_replace (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/iptables/iptables/
H A Dnft-cmd.h68 int nft_cmd_rule_replace(struct nft_handle *h, const char *chain,
H A Dnft-cmd.c270 int nft_cmd_rule_replace(struct nft_handle *h, const char *chain, in nft_cmd_rule_replace() function
H A Dnft-ipv6.c332 return nft_cmd_rule_replace(h, chain, table, cs, rulenum, verbose); in nft_ipv6_replace_entry()
H A Dnft-ipv4.c341 return nft_cmd_rule_replace(h, chain, table, cs, rulenum, verbose); in nft_ipv4_replace_entry()
H A Dnft-arp.c646 return nft_cmd_rule_replace(h, chain, table, cs, rulenum, verbose); in nft_arp_replace_entry()