Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-shared.c370 if (ctx->h->ops->parse_match != NULL) in nft_parse_match()
371 ctx->h->ops->parse_match(match, ctx->cs); in nft_parse_match()
592 if (ctx->h->ops->parse_match != NULL) in nft_parse_limit()
593 ctx->h->ops->parse_match(match, ctx->cs); in nft_parse_limit()
Dnft-bridge.c457 if (ctx->h->ops->parse_match != NULL) in nft_bridge_parse_lookup()
458 ctx->h->ops->parse_match(match, ctx->cs); in nft_bridge_parse_lookup()
894 .parse_match = nft_bridge_parse_match,
Dnft-shared.h107 void (*parse_match)(struct xtables_match *m, void *data); member