Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-cmd.h35 int nft_cmd_rule_append(struct nft_handle *h, const char *chain,
Dnft-cmd.c92 int nft_cmd_rule_append(struct nft_handle *h, const char *chain, in nft_cmd_rule_append() function
Dxtables.c283 ret = nft_cmd_rule_append(h, chain, table, in add_entry()
303 ret = nft_cmd_rule_append(h, chain, table, in add_entry()
Dxtables-arp.c371 ret = nft_cmd_rule_append(h, chain, table, cs, NULL, in append_entry()
Dxtables-eb.c102 ret = nft_cmd_rule_append(h, chain, table, cs, NULL, verbose); in append_entry()