Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/netfilter/
Dnf_tables.h1522 NFTA_FLOWTABLE_TABLE, enumerator
/Linux-v5.4/net/netfilter/
Dnf_tables_api.c5577 [NFTA_FLOWTABLE_TABLE] = { .type = NLA_STRING,
5783 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_newflowtable()
5788 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_newflowtable()
5791 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_newflowtable()
5905 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_delflowtable()
5910 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_delflowtable()
5913 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_delflowtable()
5959 if (nla_put_string(skb, NFTA_FLOWTABLE_TABLE, flowtable->table->name) || in nf_tables_fill_flowtable_info()
6053 if (nla[NFTA_FLOWTABLE_TABLE]) { in nf_tables_dump_flowtable_start()
6058 filter->table = nla_strdup(nla[NFTA_FLOWTABLE_TABLE], in nf_tables_dump_flowtable_start()
[all …]