Searched refs:nft_rule_new (Results 1 – 3 of 3) sorted by relevance
/external/iptables/iptables/ |
D | nft.h | 173 struct nftnl_rule *nft_rule_new(struct nft_handle *h, const char *chain, const char *table, void *d…
|
D | nft-cmd.c | 37 rule = nft_rule_new(h, chain, table, state); in nft_cmd_new()
|
D | nft.c | 1429 nft_rule_new(struct nft_handle *h, const char *chain, const char *table, in nft_rule_new() function 2575 new_rule = nft_rule_new(h, chain, table, &cs); in nft_rule_zero_counters() 2961 r = nft_rule_new(h, nftnl_chain_get_str(c, NFTNL_CHAIN_NAME), in ebt_add_policy_rule()
|