Home
last modified time | relevance | path

Searched refs:NFT_COMPAT_RULE_INSERT (Results 1 – 3 of 3) sorted by relevance

/third_party/iptables/iptables/
Dnft.c297 [NFT_COMPAT_RULE_INSERT] = "RULE_INSERT", in mnl_append_error()
330 case NFT_COMPAT_RULE_INSERT: in mnl_append_error()
416 case NFT_COMPAT_RULE_INSERT: in batch_chain_flush()
2198 if (!batch_rule_add(h, NFT_COMPAT_RULE_INSERT, r)) in nft_rule_add()
2671 case NFT_COMPAT_RULE_INSERT: in batch_obj_del()
2754 case NFT_COMPAT_RULE_INSERT: in nft_refresh_transaction()
2840 case NFT_COMPAT_RULE_INSERT: in nft_action()
3084 case NFT_COMPAT_RULE_INSERT: in nft_prepare()
Dnft.h61 NFT_COMPAT_RULE_INSERT, enumerator
Dnft-cmd.c114 cmd = nft_cmd_new(h, NFT_COMPAT_RULE_INSERT, table, chain, state, in nft_cmd_rule_insert()