Searched refs:batch_rule_add (Results 1 – 1 of 1) sorted by relevance
/external/iptables/iptables/ |
D | nft.c | 309 static int batch_rule_add(struct nft_handle *h, enum obj_update_type type, in batch_rule_add() function 1131 if (batch_rule_add(h, type, r) < 0) in nft_rule_append() 1368 if (batch_rule_add(h, NFT_COMPAT_RULE_FLUSH, r) < 0) in __nft_rule_flush() 1776 ret = batch_rule_add(h, NFT_COMPAT_RULE_DELETE, r); in __nft_rule_del() 1890 if (batch_rule_add(h, NFT_COMPAT_RULE_INSERT, r) < 0) { in nft_rule_add()
|