HomeSort by relevance Sort by last modified time
    Searched refs:print_action (Results 1 - 3 of 3) sorted by null

  /external/iproute2/tc/
tc_common.h 10 extern int print_action(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
tc_monitor.c 56 print_action(who, n, arg);
m_action.c 331 int print_action(const struct sockaddr_nl *who, function
351 fprintf(stderr, "print_action: NULL kind\n");
472 if (ans && print_action(NULL, &req.n, (void*)stdout) < 0) {
574 ret = rtnl_dump_filter(&rth, print_action, stdout);

Completed in 903 milliseconds