Home
last modified time | relevance | path

Searched refs:FRA_PROTOCOL (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Drtnl_rule_attrs.h153 #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),
Drtnl_rule_attrs.in22 FRA_PROTOCOL 21
/external/strace/tests/
Dnlattr_fib_rule_hdr.c44 #define FRA_PROTOCOL 21 macro
158 FRA_PROTOCOL, pattern, proto, in main()
/external/strace/tests-mx32/
Dnlattr_fib_rule_hdr.c44 #define FRA_PROTOCOL 21 macro
158 FRA_PROTOCOL, pattern, proto, in main()
/external/strace/tests-m32/
Dnlattr_fib_rule_hdr.c44 #define FRA_PROTOCOL 21 macro
158 FRA_PROTOCOL, pattern, proto, in main()
/external/kernel-headers/original/uapi/linux/
Dfib_rules.h66 FRA_PROTOCOL, /* Originator of the rule */ enumerator
/external/libnl/include/linux-private/linux/
Dfib_rules.h66 FRA_PROTOCOL, /* Originator of the rule */ enumerator
/external/strace/
Drtnl_rule.c121 [FRA_PROTOCOL] = decode_nla_rt_proto,
DChangeLog2369 (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/
Drule.c90 [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()