Searched refs:nft_rule_append (Results 1 – 2 of 2) sorted by relevance
/external/iptables/iptables/ |
D | nft.h | 174 int nft_rule_append(struct nft_handle *h, const char *chain, const char *table, struct nftnl_rule *…
|
D | nft.c | 1452 nft_rule_append(struct nft_handle *h, const char *chain, const char *table, in nft_rule_append() function 1460 nft_fn = nft_rule_append; in nft_rule_append() 2232 return nft_rule_append(h, chain, table, in nft_rule_insert() 2303 ret = nft_rule_append(h, chain, table, rule, r, verbose); in nft_rule_replace() 2579 ret = nft_rule_append(h, chain, table, new_rule, r, false); in nft_rule_zero_counters() 3081 ret = nft_rule_append(h, cmd->chain, cmd->table, in nft_prepare()
|