Home
last modified time | relevance | path

Searched refs:parse_lookup (Results 1 – 3 of 3) sorted by relevance

/external/iptables/iptables/
Dnft-shared.h90 void (*parse_lookup)(struct nft_xt_ctx *ctx, struct nftnl_expr *e, member
Dnft-shared.c599 if (ctx->h->ops->parse_lookup) in nft_parse_lookup()
600 ctx->h->ops->parse_lookup(ctx, e, NULL); in nft_parse_lookup()
Dnft-bridge.c893 .parse_lookup = nft_bridge_parse_lookup,