Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_common.h10 extern int print_action(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
Dtc_monitor.c56 print_action(who, n, arg); in accept_tcmsg()
Dm_action.c331 int print_action(const struct sockaddr_nl *who, in print_action() function
472 if (ans && print_action(NULL, &req.n, (void*)stdout) < 0) { in tc_action_gd()
574 ret = rtnl_dump_filter(&rth, print_action, stdout); in tc_act_list_or_flush()