Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-shared.h101 void (*parse_match)(struct xtables_match *m, void *data); member
Dnft-shared.c365 if (ops->parse_match != NULL) in nft_parse_match()
366 ops->parse_match(match, nft_get_data(ctx)); in nft_parse_match()
Dnft-bridge.c638 .parse_match = nft_bridge_parse_match,