Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h1722 NFTA_FLOWTABLE_TABLE, enumerator
/linux/net/netfilter/
H A Dnf_tables_api.c8707 [NFTA_FLOWTABLE_TABLE] = { .type = NLA_STRING,
9106 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_newflowtable()
9111 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_newflowtable()
9114 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_newflowtable()
9296 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_delflowtable()
9301 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_delflowtable()
9304 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_delflowtable()
9354 if (nla_put_string(skb, NFTA_FLOWTABLE_TABLE, flowtable->table->name) || in nf_tables_fill_flowtable_info()
9462 if (nla[NFTA_FLOWTABLE_TABLE]) { in nf_tables_dump_flowtable_start()
9467 filter->table = nla_strdup(nla[NFTA_FLOWTABLE_TABLE], in nf_tables_dump_flowtable_start()
[all …]