Searched refs:print_rule (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/ip/ |
D | ip_common.h | 56 int print_rule(const struct sockaddr_nl *who,
|
D | ipmonitor.c | 122 print_rule(who, n, arg); in accept_msg()
|
D | iprule.c | 172 int print_rule(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg) in print_rule() function 429 filter_fn = print_rule; in iprule_list_flush_or_save()
|
/external/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,
|