HomeSort by relevance Sort by last modified time
    Searched refs:FRA_FLOW (Results 1 - 9 of 9) sorted by null

  /external/strace/xlat/
rtnl_rule_attrs.h 35 #if !(defined(FRA_FLOW) || (defined(HAVE_DECL_FRA_FLOW) && HAVE_DECL_FRA_FLOW))
36 # define FRA_FLOW 11
85 XLAT(FRA_FLOW),
  /external/libnl/include/linux-private/linux/
fib_rules.h 42 FRA_FLOW, /* flow/class id */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fib_rules.h 45 FRA_FLOW, /* flow/class id */
  /bionic/libc/kernel/uapi/linux/
fib_rules.h 58 FRA_FLOW,
  /external/iproute2/include/uapi/linux/
fib_rules.h 51 FRA_FLOW, /* flow/class id */
  /external/kernel-headers/original/uapi/linux/
fib_rules.h 51 FRA_FLOW, /* flow/class id */
  /external/strace/
rtnl_rule.c 89 [FRA_FLOW] = decode_nla_u32,
  /external/libnl/lib/route/
rule.c 81 [FRA_FLOW] = { .type = NLA_U32 },
170 if (tb[FRA_FLOW]) {
171 rule->r_flow = nla_get_u32(tb[FRA_FLOW]);
415 NLA_PUT_U32(msg, FRA_FLOW, tmpl->r_flow);
  /external/iproute2/ip/
iprule.c 301 if (tb[FRA_FLOW]) {
302 __u32 to = rta_getattr_u32(tb[FRA_FLOW]);
664 addattr32(&req.n, sizeof(req), FRA_FLOW, realm);

Completed in 437 milliseconds