Searched refs:nft_cmd_rule_append (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | nft-cmd.h | 35 int nft_cmd_rule_append(struct nft_handle *h, const char *chain,
|
D | nft-cmd.c | 92 int nft_cmd_rule_append(struct nft_handle *h, const char *chain, in nft_cmd_rule_append() function
|
D | xtables.c | 283 ret = nft_cmd_rule_append(h, chain, table, in add_entry() 303 ret = nft_cmd_rule_append(h, chain, table, in add_entry()
|
D | xtables-arp.c | 371 ret = nft_cmd_rule_append(h, chain, table, cs, NULL, in append_entry()
|
D | xtables-eb.c | 102 ret = nft_cmd_rule_append(h, chain, table, cs, NULL, verbose); in append_entry()
|