Searched refs:NFT_MSG_NEWTABLE (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/uapi/linux/netfilter/ |
D | nf_tables.h | 101 NFT_MSG_NEWTABLE, enumerator
|
/Linux-v4.19/net/netfilter/ |
D | nf_tables_api.c | 162 if (msg_type == NFT_MSG_NEWTABLE) in nft_trans_table_add() 612 NFT_MSG_NEWTABLE, NLM_F_MULTI, in nf_tables_dump_tables() 676 nlh->nlmsg_seq, NFT_MSG_NEWTABLE, 0, in nf_tables_gettable() 751 trans = nft_trans_alloc(ctx, NFT_MSG_NEWTABLE, in nf_tables_updtable() 861 err = nft_trans_table_add(&ctx, NFT_MSG_NEWTABLE); in nf_tables_newtable() 5999 [NFT_MSG_NEWTABLE] = { 6384 case NFT_MSG_NEWTABLE: in nf_tables_commit() 6394 nf_tables_table_notify(&trans->ctx, NFT_MSG_NEWTABLE); in nf_tables_commit() 6508 case NFT_MSG_NEWTABLE: in nf_tables_abort_release() 6542 case NFT_MSG_NEWTABLE: in __nf_tables_abort()
|