Home
last modified time | relevance | path

Searched refs:FRA_PRIORITY (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/linux-private/linux/
Dfib_rules.h37 FRA_PRIORITY, /* priority/preference */ enumerator
/external/iproute2/ip/
Diprule.c75 if (tb[FRA_PRIORITY]) in print_rule()
76 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[FRA_PRIORITY])); in print_rule()
375 addattr32(&req.n, sizeof(req), FRA_PRIORITY, pref); in iprule_modify()
503 if (tb[FRA_PRIORITY]) { in flush_rule()
/external/kernel-headers/original/uapi/linux/
Dfib_rules.h45 FRA_PRIORITY, /* priority/preference */ enumerator
/external/iproute2/include/linux/
Dfib_rules.h45 FRA_PRIORITY, /* priority/preference */ enumerator
/external/libnl/lib/route/
Drule.c77 [FRA_PRIORITY] = { .type = NLA_U32 },
134 if (tb[FRA_PRIORITY]) { in rule_msg_parser()
135 rule->r_prio = nla_get_u32(tb[FRA_PRIORITY]); in rule_msg_parser()
403 NLA_PUT_U32(msg, FRA_PRIORITY, tmpl->r_prio); in build_rule_msg()