Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.c290 [NFT_COMPAT_CHAIN_USER_ADD] = "CHAIN_USER_ADD", in mnl_append_error()
321 case NFT_COMPAT_CHAIN_USER_ADD: in mnl_append_error()
1786 if (!batch_chain_add(h, NFT_COMPAT_CHAIN_USER_ADD, c)) in nft_chain_user_add()
1829 obj = batch_chain_add(h, NFT_COMPAT_CHAIN_USER_ADD, c); in nft_chain_restore()
2661 case NFT_COMPAT_CHAIN_USER_ADD: in batch_obj_del()
2716 case NFT_COMPAT_CHAIN_USER_ADD: in nft_refresh_transaction()
2810 case NFT_COMPAT_CHAIN_USER_ADD: in nft_action()
3057 case NFT_COMPAT_CHAIN_USER_ADD: in nft_prepare()
Dnft.h54 NFT_COMPAT_CHAIN_USER_ADD, enumerator
Dnft-cmd.c198 cmd = nft_cmd_new(h, NFT_COMPAT_CHAIN_USER_ADD, table, chain, NULL, -1, in nft_cmd_chain_user_add()