Searched refs:print_action (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/tc/ |
D | tc_common.h | 10 extern int print_action(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
|
D | tc_monitor.c | 56 print_action(who, n, arg); in accept_tcmsg()
|
D | m_action.c | 331 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, NULL, NULL); in tc_act_list_or_flush()
|