Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.h84 int nft_rule_append(struct nft_handle *h, const char *chain, const char *table, void *data, uint64_…
Dnft.c1109 nft_rule_append(struct nft_handle *h, const char *chain, const char *table, in nft_rule_append() function
1119 nft_fn = nft_rule_append; in nft_rule_append()
1926 return nft_rule_append(h, chain, table, data, in nft_rule_insert()
1994 ret = nft_rule_append(h, chain, table, data, in nft_rule_replace()
2276 ret = nft_rule_append(h, chain, table, &cs, in nft_rule_zero_counters()
Dxtables.c429 ret = nft_rule_append(h, chain, table, in add_entry()
449 ret = nft_rule_append(h, chain, table, in add_entry()
Dxtables-eb.c178 ret = nft_rule_append(h, chain, table, cs, 0, verbose); in append_entry()
Dxtables-arp.c882 ret = nft_rule_append(h, chain, table, cs, 0, in append_entry()