Searched refs:NFNL_SUBSYS_NFTABLES (Results 1 – 4 of 4) sorted by relevance
74 [NFNL_SUBSYS_NFTABLES] = "nfnl_subsys_nftables",86 [NFNLGRP_NFTABLES] = NFNL_SUBSYS_NFTABLES,88 [NFNLGRP_NFTRACE] = NFNL_SUBSYS_NFTABLES,634 if (nfgenmsg->res_id == (__force __be16)NFNL_SUBSYS_NFTABLES) in nfnetlink_rcv_skb_batch()635 res_id = NFNL_SUBSYS_NFTABLES; in nfnetlink_rcv_skb_batch()
232 event = nfnl_msg_type(NFNL_SUBSYS_NFTABLES, NFT_MSG_TRACE); in nft_trace_notify()
922 WARN_ON_ONCE(lockdep_nfnl_is_held(NFNL_SUBSYS_NFTABLES)); in lockdep_nfnl_nft_mutex_not_held()970 event = nfnl_msg_type(NFNL_SUBSYS_NFTABLES, event); in nf_tables_fill_table_info()1621 nfnl_lock(NFNL_SUBSYS_NFTABLES); in nft_register_chain_type()1623 nfnl_unlock(NFNL_SUBSYS_NFTABLES); in nft_register_chain_type()1627 nfnl_unlock(NFNL_SUBSYS_NFTABLES); in nft_register_chain_type()1633 nfnl_lock(NFNL_SUBSYS_NFTABLES); in nft_unregister_chain_type()1635 nfnl_unlock(NFNL_SUBSYS_NFTABLES); in nft_unregister_chain_type()1818 event = nfnl_msg_type(NFNL_SUBSYS_NFTABLES, event); in nf_tables_fill_chain_info()3029 nfnl_lock(NFNL_SUBSYS_NFTABLES); in nft_register_expr()3034 nfnl_unlock(NFNL_SUBSYS_NFTABLES); in nft_register_expr()[all …]
61 #define NFNL_SUBSYS_NFTABLES 10 macro