Searched refs:print_rule (Results 1 – 6 of 6) sorted by relevance
/third_party/iptables/iptables/ |
D | nft-shared.h | 99 void (*print_rule)(struct nft_handle *h, struct nftnl_rule *r, member
|
D | nft.c | 1473 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()
|
D | nft-ipv6.c | 407 .print_rule = nft_ipv6_print_rule,
|
D | nft-ipv4.c | 455 .print_rule = nft_ipv4_print_rule,
|
D | nft-arp.c | 640 .print_rule = nft_arp_print_rule,
|
D | nft-bridge.c | 898 .print_rule = nft_bridge_print_rule,
|