Searched refs:parse_match (Results 1 – 3 of 3) sorted by relevance
370 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()
457 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,
107 void (*parse_match)(struct xtables_match *m, void *data); member