Home
last modified time | relevance | path

Searched refs:nft_rule_replace (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dnft.h89 int nft_rule_replace(struct nft_handle *h, const char *chain, const char *table, void *data, int ru…
Dnft.c1975 int nft_rule_replace(struct nft_handle *h, const char *chain, in nft_rule_replace() function
1982 nft_fn = nft_rule_replace; in nft_rule_replace()
2496 { nft_rule_replace, ENOENT, "Index of replacement too big" }, in nft_strerror()
Dxtables-arp.c906 return nft_rule_replace(h, chain, table, cs, rulenum, verbose); in replace_entry()
Dxtables.c486 return nft_rule_replace(h, chain, table, cs, rulenum, verbose); in replace_entry()