Searched refs:parse_match (Results 1 – 3 of 3) sorted by relevance
101 void (*parse_match)(struct xtables_match *m, void *data); member
365 if (ops->parse_match != NULL) in nft_parse_match()366 ops->parse_match(match, nft_get_data(ctx)); in nft_parse_match()
638 .parse_match = nft_bridge_parse_match,