Home
last modified time | relevance | path

Searched refs:print_rule (Results 1 – 6 of 6) sorted by relevance

/third_party/iptables/iptables/
Dnft-shared.h99 void (*print_rule)(struct nft_handle *h, struct nftnl_rule *r, member
Dnft.c1473 h->ops->print_rule(h, r, 0, FMT_PRINT_RULE); in nft_rule_append()
2139 h->ops->print_rule(h, r, 0, FMT_PRINT_RULE); in nft_rule_check()
2168 h->ops->print_rule(h, r, 0, FMT_PRINT_RULE); in nft_rule_delete()
2202 h->ops->print_rule(h, r, 0, FMT_PRINT_RULE); in nft_rule_add()
2419 .cb = ops->print_rule, in nft_rule_list()
Dnft-ipv6.c407 .print_rule = nft_ipv6_print_rule,
Dnft-ipv4.c455 .print_rule = nft_ipv4_print_rule,
Dnft-arp.c640 .print_rule = nft_arp_print_rule,
Dnft-bridge.c898 .print_rule = nft_bridge_print_rule,