Searched refs:parse_lookup (Results 1 – 3 of 3) sorted by relevance
90 void (*parse_lookup)(struct nft_xt_ctx *ctx, struct nftnl_expr *e, member
599 if (ctx->h->ops->parse_lookup) in nft_parse_lookup()600 ctx->h->ops->parse_lookup(ctx, e, NULL); in nft_parse_lookup()
893 .parse_lookup = nft_bridge_parse_lookup,