Home
last modified time | relevance | path

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

/external/strace/xlat/
Drtnl_rule_attrs.h48 #if defined(FRA_PRIORITY) || (defined(HAVE_DECL_FRA_PRIORITY) && HAVE_DECL_FRA_PRIORITY)
50 static_assert((FRA_PRIORITY) == (6), "FRA_PRIORITY != 6");
53 # define FRA_PRIORITY 6
198 XLAT(FRA_PRIORITY),
Drtnl_rule_attrs.in7 FRA_PRIORITY 6
/external/iproute2/ip/
Diprule.c88 filter.pref ^ (tb[FRA_PRIORITY] ? rta_getattr_u32(tb[FRA_PRIORITY]) : 0)) in filter_nlmsg()
200 if (tb[FRA_PRIORITY]) in print_rule()
202 rta_getattr_u32(tb[FRA_PRIORITY])); in print_rule()
389 if (tb[FRA_PRIORITY]) { in flush_rule()
630 addattr32(&req.n, sizeof(req), FRA_PRIORITY, pref); in iprule_modify()
/external/iproute2/include/uapi/linux/
Dfib_rules.h46 FRA_PRIORITY, /* priority/preference */ enumerator
/external/kernel-headers/original/uapi/linux/
Dfib_rules.h51 FRA_PRIORITY, /* priority/preference */ enumerator
/external/libnl/include/linux-private/linux/
Dfib_rules.h51 FRA_PRIORITY, /* priority/preference */ enumerator
/external/strace/
Drtnl_rule.c109 [FRA_PRIORITY] = decode_nla_u32,
/external/libnl/lib/route/
Drule.c84 [FRA_PRIORITY] = { .type = NLA_U32 },
150 if (tb[FRA_PRIORITY]) { in rule_msg_parser()
151 rule->r_prio = nla_get_u32(tb[FRA_PRIORITY]); in rule_msg_parser()
475 NLA_PUT_U32(msg, FRA_PRIORITY, tmpl->r_prio); in build_rule_msg()