Searched refs:nf_tables_set_lookup (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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 | 115 set = nf_tables_set_lookup(ctx->table, tb[NFTA_DYNSET_SET_NAME]); in nft_dynset_init()
|
D | nf_tables_api.c | 2372 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/ |
D | nf_tables.h | 335 struct nft_set *nf_tables_set_lookup(const struct nft_table *table,
|