Home
last modified time | relevance | path

Searched refs:nf_tables_set_lookup (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnft_lookup.c64 set = nf_tables_set_lookup(ctx->table, tb[NFTA_LOOKUP_SET]); in nft_lookup_init()
Dnft_dynset.c115 set = nf_tables_set_lookup(ctx->table, tb[NFTA_DYNSET_SET_NAME]); in nft_dynset_init()
Dnf_tables_api.c2372 struct nft_set *nf_tables_set_lookup(const struct nft_table *table, in nf_tables_set_lookup() function
2653 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_NAME]); in nf_tables_getset()
2797 set = nf_tables_set_lookup(table, nla[NFTA_SET_NAME]); in nf_tables_newset()
2897 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_NAME]); in nf_tables_delset()
3152 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_ELEM_LIST_SET]); in nf_tables_dump_set()
3218 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_ELEM_LIST_SET]); in nf_tables_getsetelem()
3542 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_ELEM_LIST_SET]); in nf_tables_newsetelem()
3636 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_ELEM_LIST_SET]); in nf_tables_delsetelem()
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h335 struct nft_set *nf_tables_set_lookup(const struct nft_table *table,