Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnft_lookup.c64 set = nf_tables_set_lookup(ctx->table, tb[NFTA_LOOKUP_SET]); in nft_lookup_init()
Dnft_dynset.c114 set = nf_tables_set_lookup(ctx->table, tb[NFTA_DYNSET_SET_NAME]); in nft_dynset_init()
Dnf_tables_api.c2304 struct nft_set *nf_tables_set_lookup(const struct nft_table *table, in nf_tables_set_lookup() function
2584 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_NAME]); in nf_tables_getset()
2729 set = nf_tables_set_lookup(table, nla[NFTA_SET_NAME]); in nf_tables_newset()
2829 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_NAME]); in nf_tables_delset()
3084 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_ELEM_LIST_SET]); in nf_tables_dump_set()
3149 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_ELEM_LIST_SET]); in nf_tables_getsetelem()
3474 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_ELEM_LIST_SET]); in nf_tables_newsetelem()
3568 set = nf_tables_set_lookup(ctx.table, nla[NFTA_SET_ELEM_LIST_SET]); in nf_tables_delsetelem()
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h334 struct nft_set *nf_tables_set_lookup(const struct nft_table *table,