Searched refs:nft_flowtable_lookup (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/netfilter/ |
H A D | nf_tables.h | 1474 struct nft_flowtable *nft_flowtable_lookup(const struct net *net,
|
/linux/net/netfilter/ |
H A D | nf_tables_api.c | 8791 struct nft_flowtable *nft_flowtable_lookup(const struct net *net, in nft_flowtable_lookup() function 8805 EXPORT_SYMBOL_GPL(nft_flowtable_lookup); 9193 flowtable = nft_flowtable_lookup(net, table, nla[NFTA_FLOWTABLE_NAME], in nf_tables_newflowtable() 9387 flowtable = nft_flowtable_lookup(net, table, attr, genmask); in nf_tables_delflowtable() 9603 flowtable = nft_flowtable_lookup(net, table, nla[NFTA_FLOWTABLE_NAME], in nf_tables_getflowtable()
|