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

  /external/iproute2/tc/
m_action.c 352 int print_action(const struct sockaddr_nl *who, function
372 fprintf(stderr, "print_action: NULL kind\n");
493 if (ans && print_action(NULL, &req.n, (void*)stdout) < 0) {
595 ret = rtnl_dump_filter(&rth, print_action, stdout);
  /external/kmod/tools/
modprobe.c 458 static void print_action(struct kmod_module *m, bool install, function
510 show = &print_action;

Completed in 680 milliseconds