Searched refs:FRA_PROTOCOL (Results 1 – 10 of 10) sorted by relevance
/external/strace/xlat/ |
D | rtnl_rule_attrs.h | 153 #if defined(FRA_PROTOCOL) || (defined(HAVE_DECL_FRA_PROTOCOL) && HAVE_DECL_FRA_PROTOCOL) 155 static_assert((FRA_PROTOCOL) == (21), "FRA_PROTOCOL != 21"); 158 # define FRA_PROTOCOL 21 213 XLAT(FRA_PROTOCOL),
|
D | rtnl_rule_attrs.in | 22 FRA_PROTOCOL 21
|
/external/strace/tests/ |
D | nlattr_fib_rule_hdr.c | 44 #define FRA_PROTOCOL 21 macro 158 FRA_PROTOCOL, pattern, proto, in main()
|
/external/strace/tests-mx32/ |
D | nlattr_fib_rule_hdr.c | 44 #define FRA_PROTOCOL 21 macro 158 FRA_PROTOCOL, pattern, proto, in main()
|
/external/strace/tests-m32/ |
D | nlattr_fib_rule_hdr.c | 44 #define FRA_PROTOCOL 21 macro 158 FRA_PROTOCOL, pattern, proto, in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | fib_rules.h | 66 FRA_PROTOCOL, /* Originator of the rule */ enumerator
|
/external/libnl/include/linux-private/linux/ |
D | fib_rules.h | 66 FRA_PROTOCOL, /* Originator of the rule */ enumerator
|
/external/strace/ |
D | rtnl_rule.c | 121 [FRA_PROTOCOL] = decode_nla_rt_proto,
|
D | ChangeLog | 2369 (FRA_PROTOCOL, FRA_IP_PROTO, FRA_SPORT_RANGE, FRA_DPORT_RANGE): New 2384 (fib_rule_hdr_nla_decoders) <[FRA_PROTOCOL]>: New attribute, introduced 2389 * xlat/rtnl_rule_attrs.in (FRA_PROTOCOL, FRA_IP_PROTO, FRA_SPORT_RANGE,
|
/external/libnl/lib/route/ |
D | rule.c | 90 [FRA_PROTOCOL] = { .type = NLA_U8 }, 196 if (tb[FRA_PROTOCOL]) { in rule_msg_parser() 197 rule->r_protocol = nla_get_u8(tb[FRA_PROTOCOL]); in rule_msg_parser() 504 NLA_PUT_U8(msg, FRA_PROTOCOL, tmpl->r_protocol); in build_rule_msg()
|