Home
last modified time | relevance | path

Searched refs:NFTA_FLOWTABLE_TABLE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/uapi/linux/netfilter/
Dnf_tables.h1644 NFTA_FLOWTABLE_TABLE, enumerator
/Linux-v5.15/net/netfilter/
Dnf_tables_api.c7023 [NFTA_FLOWTABLE_TABLE] = { .type = NLA_STRING,
7353 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_newflowtable()
7358 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_newflowtable()
7361 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_newflowtable()
7538 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_delflowtable()
7543 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_delflowtable()
7546 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_delflowtable()
7592 if (nla_put_string(skb, NFTA_FLOWTABLE_TABLE, flowtable->table->name) || in nf_tables_fill_flowtable_info()
7688 if (nla[NFTA_FLOWTABLE_TABLE]) { in nf_tables_dump_flowtable_start()
7693 filter->table = nla_strdup(nla[NFTA_FLOWTABLE_TABLE], in nf_tables_dump_flowtable_start()
[all …]