Searched refs:NFT_MSG_NEWFLOWTABLE (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/uapi/linux/netfilter/ |
D | nf_tables.h | 124 NFT_MSG_NEWFLOWTABLE, enumerator
|
/Linux-v6.1/net/netfilter/ |
D | nf_tables_api.c | 100 [NFT_MSG_NEWFLOWTABLE] = AUDIT_NFT_OP_FLOWTABLE_REGISTER, 544 if (msg_type == NFT_MSG_NEWFLOWTABLE) in nft_trans_flowtable_add() 7592 trans = nft_trans_alloc(ctx, NFT_MSG_NEWFLOWTABLE, in nft_flowtable_update() 7723 err = nft_trans_flowtable_add(&ctx, NFT_MSG_NEWFLOWTABLE, flowtable); in nf_tables_newflowtable() 7945 NFT_MSG_NEWFLOWTABLE, in nf_tables_dump_flowtable() 8043 NFT_MSG_NEWFLOWTABLE, 0, family, in nf_tables_getflowtable() 8349 [NFT_MSG_NEWFLOWTABLE] = { 9037 case NFT_MSG_NEWFLOWTABLE: in nf_tables_commit() 9044 NFT_MSG_NEWFLOWTABLE); in nf_tables_commit() 9052 NFT_MSG_NEWFLOWTABLE); in nf_tables_commit() [all …]
|