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

  /external/libnl/lib/route/
rule.c 112 rule->r_prio = nla_get_u32(tb[RTA_PRIORITY]);
177 nl_dump_line(p, "%8d ", (r->ce_mask & RULE_ATTR_PRIO) ? r->r_prio : 0);
235 nl_dump_line(p, "RULE_PRIORITY=%u\n", rule->r_prio);
291 diff |= RULE_DIFF(PRIO, a->r_prio != b->r_prio);
429 NLA_PUT_U32(msg, RTA_PRIORITY, tmpl->r_prio);
573 rule->r_prio = prio;
580 return rule->r_prio;
  /external/libnl/include/
netlink-types.h 286 uint32_t r_prio; member in struct:rtnl_rule

Completed in 109 milliseconds