Searched refs:NFT_MSG_NEWTABLE (Results 1 – 2 of 2) sorted by relevance
/linux/include/uapi/linux/netfilter/ |
A D | nf_tables.h | 102 NFT_MSG_NEWTABLE, enumerator
|
/linux/net/netfilter/ |
A D | nf_tables_api.c | 79 [NFT_MSG_NEWTABLE] = AUDIT_NFT_OP_TABLE_REGISTER, 293 if (msg_type == NFT_MSG_NEWTABLE) in nft_trans_table_add() 839 NFT_MSG_NEWTABLE, NLM_F_MULTI, in nf_tables_dump_tables() 902 info->nlh->nlmsg_seq, NFT_MSG_NEWTABLE, in nf_tables_gettable() 992 trans = nft_trans_alloc(ctx, NFT_MSG_NEWTABLE, in nf_tables_updtable() 1147 err = nft_trans_table_add(&ctx, NFT_MSG_NEWTABLE); in nf_tables_newtable() 7950 [NFT_MSG_NEWTABLE] = { 8595 case NFT_MSG_NEWTABLE: in nf_tables_commit() 8608 nf_tables_table_notify(&trans->ctx, NFT_MSG_NEWTABLE); in nf_tables_commit() 8777 case NFT_MSG_NEWTABLE: in nf_tables_abort_release() [all …]
|
Completed in 25 milliseconds