Home
last modified time | relevance | path

Searched refs:FRA_TABLE (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Drtnl_rule_attrs.h111 #if defined(FRA_TABLE) || (defined(HAVE_DECL_FRA_TABLE) && HAVE_DECL_FRA_TABLE)
113 static_assert((FRA_TABLE) == (15), "FRA_TABLE != 15");
116 # define FRA_TABLE 15
207 XLAT(FRA_TABLE),
Drtnl_rule_attrs.in16 FRA_TABLE 15
/external/strace/tests/
Dnlattr_fib_rule_hdr.c42 #define FRA_TABLE 15 macro
117 FRA_TABLE, pattern, table_id, in main()
/external/strace/tests-mx32/
Dnlattr_fib_rule_hdr.c42 #define FRA_TABLE 15 macro
117 FRA_TABLE, pattern, table_id, in main()
/external/strace/tests-m32/
Dnlattr_fib_rule_hdr.c42 #define FRA_TABLE 15 macro
117 FRA_TABLE, pattern, table_id, in main()
/external/iproute2/include/uapi/linux/
Dfib_rules.h55 FRA_TABLE, /* Extended table id */ enumerator
/external/kernel-headers/original/uapi/linux/
Dfib_rules.h60 FRA_TABLE, /* Extended table id */ enumerator
/external/libnl/include/linux-private/linux/
Dfib_rules.h60 FRA_TABLE, /* Extended table id */ enumerator
/external/strace/
Drtnl_rule.c115 [FRA_TABLE] = decode_nla_rt_class,
DChangeLog11814 rtnl_rule: enhance FRA_TABLE decoding.
11815 The attribute of FRA_TABLE is not just a 32-bit integer, some constants
11818 * rtnl_rule.c (fib_rule_hdr_nla_decoders) <FRA_TABLE>:
11820 * tests/nlattr_fib_rule_hdr.c (FRA_TABLE): New macro.
11821 (main): Check FRA_TABLE decoding.
/external/libnl/lib/route/
Drule.c81 [FRA_TABLE] = { .type = NLA_U32 },
134 if (tb[FRA_TABLE]) { in rule_msg_parser()
135 rule->r_table = nla_get_u32(tb[FRA_TABLE]); in rule_msg_parser()
460 NLA_PUT_U32(msg, FRA_TABLE, tmpl->r_table); in build_rule_msg()
/external/iproute2/ip/
Diprule.c674 addattr32(&req.n, sizeof(req), FRA_TABLE, tid); in iprule_modify()