Searched refs:NFTA_FLOWTABLE_TABLE (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/uapi/linux/netfilter/ |
| H A D | nf_tables.h | 1716 NFTA_FLOWTABLE_TABLE, enumerator
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_tables_api.c | 8687 [NFTA_FLOWTABLE_TABLE] = { .type = NLA_STRING, 9048 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_newflowtable() 9053 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_newflowtable() 9056 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_newflowtable() 9237 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_delflowtable() 9242 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_delflowtable() 9245 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_delflowtable() 9402 if (nla[NFTA_FLOWTABLE_TABLE]) { in nf_tables_dump_flowtable_start() 9407 filter->table = nla_strdup(nla[NFTA_FLOWTABLE_TABLE], in nf_tables_dump_flowtable_start() 9461 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_getflowtable() [all …]
|