Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/netfilter/
Dnf_tables.h1470 NFTA_FLOWTABLE_TABLE, enumerator
/Linux-v4.19/net/netfilter/
Dnf_tables_api.c5289 [NFTA_FLOWTABLE_TABLE] = { .type = NLA_STRING,
5479 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_newflowtable()
5484 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_newflowtable()
5487 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_newflowtable()
5601 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_delflowtable()
5606 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_delflowtable()
5609 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_delflowtable()
5655 if (nla_put_string(skb, NFTA_FLOWTABLE_TABLE, flowtable->table->name) || in nf_tables_fill_flowtable_info()
5747 if (nla[NFTA_FLOWTABLE_TABLE]) { in nf_tables_dump_flowtable_start()
5752 filter->table = nla_strdup(nla[NFTA_FLOWTABLE_TABLE], in nf_tables_dump_flowtable_start()
[all …]