Searched refs:FRA_PRIORITY (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | rtnl_rule_attrs.h | 48 #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),
|
D | rtnl_rule_attrs.in | 7 FRA_PRIORITY 6
|
/external/iproute2/ip/ |
D | iprule.c | 88 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/ |
D | fib_rules.h | 46 FRA_PRIORITY, /* priority/preference */ enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | fib_rules.h | 51 FRA_PRIORITY, /* priority/preference */ enumerator
|
/external/libnl/include/linux-private/linux/ |
D | fib_rules.h | 51 FRA_PRIORITY, /* priority/preference */ enumerator
|
/external/strace/ |
D | rtnl_rule.c | 109 [FRA_PRIORITY] = decode_nla_u32,
|
/external/libnl/lib/route/ |
D | rule.c | 84 [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()
|