Searched refs:NFT_MSG_NEWFLOWTABLE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/uapi/linux/netfilter/ |
D | nf_tables.h | 124 NFT_MSG_NEWFLOWTABLE, enumerator
|
/linux-6.1.9/net/netfilter/ |
D | nf_tables_api.c | 100 [NFT_MSG_NEWFLOWTABLE] = AUDIT_NFT_OP_FLOWTABLE_REGISTER, 556 if (msg_type == NFT_MSG_NEWFLOWTABLE) in nft_trans_flowtable_add() 7671 trans = nft_trans_alloc(ctx, NFT_MSG_NEWFLOWTABLE, in nft_flowtable_update() 7802 err = nft_trans_flowtable_add(&ctx, NFT_MSG_NEWFLOWTABLE, flowtable); in nf_tables_newflowtable() 8024 NFT_MSG_NEWFLOWTABLE, in nf_tables_dump_flowtable() 8122 NFT_MSG_NEWFLOWTABLE, 0, family, in nf_tables_getflowtable() 8428 [NFT_MSG_NEWFLOWTABLE] = { 9122 case NFT_MSG_NEWFLOWTABLE: in nf_tables_commit() 9129 NFT_MSG_NEWFLOWTABLE); in nf_tables_commit() 9137 NFT_MSG_NEWFLOWTABLE); in nf_tables_commit() [all …]
|