Searched refs:NFTA_FLOWTABLE_TABLE (Results 1 – 2 of 2) sorted by relevance
| /linux/include/uapi/linux/netfilter/ |
| A D | nf_tables.h | 1704 NFTA_FLOWTABLE_TABLE, enumerator
|
| /linux/net/netfilter/ |
| A D | nf_tables_api.c | 8367 [NFTA_FLOWTABLE_TABLE] = { .type = NLA_STRING, 8725 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_newflowtable() 8730 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_newflowtable() 8733 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_newflowtable() 8914 if (!nla[NFTA_FLOWTABLE_TABLE] || in nf_tables_delflowtable() 8919 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_delflowtable() 8922 NL_SET_BAD_ATTR(extack, nla[NFTA_FLOWTABLE_TABLE]); in nf_tables_delflowtable() 9077 if (nla[NFTA_FLOWTABLE_TABLE]) { in nf_tables_dump_flowtable_start() 9082 filter->table = nla_strdup(nla[NFTA_FLOWTABLE_TABLE], in nf_tables_dump_flowtable_start() 9136 table = nft_table_lookup(net, nla[NFTA_FLOWTABLE_TABLE], family, in nf_tables_getflowtable() [all …]
|
Completed in 32 milliseconds