Searched defs:print_action (Results 1 - 1 of 1) sorted by relevance

/external/iproute2/tc/
H A Dm_action.c331 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 328 milliseconds