Searched refs:NFTA_FLOWTABLE_TABLE (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/netfilter/ |
A D | nf_tables.h | 1691 NFTA_FLOWTABLE_TABLE, enumerator
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_tables_api.c | 7450 [NFTA_FLOWTABLE_TABLE] = { .type = NLA_STRING, 7796 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_newflowtable() 7801 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_newflowtable() 7804 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_newflowtable() 7977 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_delflowtable() 7982 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_delflowtable() 7985 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_delflowtable() 8035 if (nla_put_string(skb, NFTA_FLOWTABLE_TABLE, flowtable->table->name) || in nf_tables_fill_flowtable_info() 8131 if (nla[NFTA_FLOWTABLE_TABLE]) { in nf_tables_dump_flowtable_start() 8136 filter->table = nla_strdup(nla[NFTA_FLOWTABLE_TABLE], in nf_tables_dump_flowtable_start() [all …]
|
Completed in 27 milliseconds