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

  /external/iproute2/tc/
m_action.c 361 tc_print_action(FILE *f, const struct rtattr *arg, unsigned short tot_acts)
369 if (!tot_acts)
370 tot_acts = TCA_ACT_MAX_PRIO;
372 struct rtattr *tb[tot_acts + 1];
374 parse_rtattr_nested(tb, tot_acts, arg);
379 for (i = 0; i < tot_acts; i++) {
399 __u32 *tot_acts = NULL; local
412 tot_acts = RTA_DATA(tb[TCA_ROOT_COUNT]);
414 fprintf(fp, "total acts %d\n", tot_acts ? *tot_acts:0)
    [all...]
tc_util.h 116 int tc_print_action(FILE *f, const struct rtattr *tb, unsigned short tot_acts);

Completed in 6710 milliseconds