Searched refs:nf_tables_set_lookup (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | nft_lookup.c | 64 set = nf_tables_set_lookup(ctx->table, tb[NFTA_LOOKUP_SET]); in nft_lookup_init()
|
D | nft_dynset.c | 114 set = nf_tables_set_lookup(ctx->table, tb[NFTA_DYNSET_SET_NAME]); in nft_dynset_init()
|
D | nf_tables_api.c | 2304 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/ |
D | nf_tables.h | 334 struct nft_set *nf_tables_set_lookup(const struct nft_table *table,
|