Searched refs:num_exprs (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/netfilter/
H A Dnft_dynset.c23 u8 num_exprs; member in struct:nft_dynset
36 for (i = 0; i < priv->num_exprs; i++) {
68 if (priv->num_exprs && nft_dynset_expr_setup(priv, ext) < 0)
118 for (i = 0; i < priv->num_exprs; i++)
248 priv->num_exprs++;
251 if (set->num_exprs > 1 ||
252 (set->num_exprs == 1 &&
281 priv->num_exprs++;
283 if (set->num_exprs) {
284 if (i >= set->num_exprs) {
[all...]
H A Dnf_tables_api.c4650 if (set->num_exprs == 1) {
4656 } else if (set->num_exprs > 1) {
4661 for (i = 0; i < set->num_exprs; i++) {
4930 struct nft_expr **exprs, int *num_exprs,
4943 (*num_exprs)++;
4968 (*num_exprs)++;
4975 for (i = 0; i < *num_exprs; i++)
4983 struct nft_expr *exprs[], u32 num_exprs, u32 flags)
4993 set->num_exprs != num_exprs)
4928 nft_set_expr_alloc(struct nft_ctx *ctx, struct nft_set *set, const struct nlattr * const *nla, struct nft_expr **exprs, int *num_exprs, u32 flags) argument
4981 nft_set_is_same(const struct nft_set *set, const struct nft_set_desc *desc, struct nft_expr *exprs[], u32 num_exprs, u32 flags) argument
5023 int num_exprs = 0; local
5686 u32 size, num_exprs = 0; local
6545 nft_set_elem_expr_setup(struct nft_ctx *ctx, const struct nft_set_ext_tmpl *tmpl, const struct nft_set_ext *ext, struct nft_expr *expr_array[], u32 num_exprs) argument
6780 u32 flags = 0, size = 0, num_exprs = 0; local
[all...]
/linux-master/include/net/netfilter/
H A Dnf_tables.h570 * @num_exprs: numbers of exprs
605 u8 num_exprs; member in struct:nft_set

Completed in 130 milliseconds