Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dip_common.h56 int print_rule(const struct sockaddr_nl *who,
Dipmonitor.c122 print_rule(who, n, arg); in accept_msg()
Diprule.c172 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/
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,