Home
last modified time | relevance | path

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

/third_party/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
/third_party/libinput/src/
Dquirks.c464 parse_match(struct quirks_context *ctx, in parse_match() function
799 rc = parse_match(ctx, s, key, value); in parse_value_line()