Searched refs:RTA_FLOW (Results 1 – 25 of 27) sorted by relevance
12
/external/strace/xlat/ |
D | rtnl_route_attrs.h | 83 #if defined(RTA_FLOW) || (defined(HAVE_DECL_RTA_FLOW) && HAVE_DECL_RTA_FLOW) 85 static_assert((RTA_FLOW) == (11), "RTA_FLOW != 11"); 88 # define RTA_FLOW 11 238 XLAT(RTA_FLOW),
|
D | rtnl_route_attrs.in | 12 RTA_FLOW 11
|
/external/libnl/lib/route/ |
D | route_obj.c | 940 [RTA_FLOW] = { .type = NLA_U32 }, 986 if (ntb[RTA_FLOW]) { in parse_multipath() 989 realms = nla_get_u32(ntb[RTA_FLOW]); in parse_multipath() 1133 if (tb[RTA_FLOW]) { in rtnl_route_parse() 1137 rtnl_route_nh_set_realms(old_nh, nla_get_u32(tb[RTA_FLOW])); in rtnl_route_parse() 1254 NLA_PUT_U32(msg, RTA_FLOW, nh->rtnh_realms); in rtnl_route_build_msg() 1278 NLA_PUT_U32(msg, RTA_FLOW, nh->rtnh_realms); in rtnl_route_build_msg()
|
/external/iproute2/ip/ |
D | iproute.c | 261 if (tb[RTA_FLOW]) in filter_nlmsg() 262 realms = rta_getattr_u32(tb[RTA_FLOW]); in filter_nlmsg() 470 if (tb[RTA_FLOW] && filter.realmmask != ~0U) { in print_route() 471 __u32 to = rta_getattr_u32(tb[RTA_FLOW]); in print_route() 670 if (tb[RTA_FLOW]) { in print_route() 671 __u32 to = rta_getattr_u32(tb[RTA_FLOW]); in print_route() 789 rta_addattr32(rta, 4096, RTA_FLOW, realm); in parse_one_nh() 1137 addattr32(&req.n, sizeof(req), RTA_FLOW, realm); in iproute_modify()
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route_amd64.const | 306 RTA_FLOW = 11
|
D | socket_netlink_route_arm.const | 306 RTA_FLOW = 11
|
D | socket_netlink_route_386.const | 306 RTA_FLOW = 11
|
D | socket_netlink_route_ppc64le.const | 306 RTA_FLOW = 11
|
D | socket_netlink_route_arm64.const | 306 RTA_FLOW = 11
|
D | socket_netlink_route.txt | 434 RTA_FLOW nlattr[RTA_FLOW, int32]
|
/external/strace/ |
D | rtnl_route.c | 236 [RTA_FLOW] = decode_nla_u32,
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 280 RTA_FLOW, enumerator
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_sparc64.go | 456 RTA_FLOW = 0xb const
|
D | ztypes_linux_s390x.go | 505 RTA_FLOW = 0xb const
|
D | ztypes_linux_386.go | 501 RTA_FLOW = 0xb const
|
D | ztypes_linux_mips.go | 502 RTA_FLOW = 0xb const
|
D | ztypes_linux_amd64.go | 505 RTA_FLOW = 0xb const
|
D | ztypes_linux_ppc64.go | 507 RTA_FLOW = 0xb const
|
D | ztypes_linux_mips64.go | 506 RTA_FLOW = 0xb const
|
D | ztypes_linux_mipsle.go | 502 RTA_FLOW = 0xb const
|
D | ztypes_linux_arm.go | 504 RTA_FLOW = 0xb const
|
D | ztypes_linux_arm64.go | 506 RTA_FLOW = 0xb const
|
D | ztypes_linux_mips64le.go | 506 RTA_FLOW = 0xb const
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 314 RTA_FLOW, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 326 RTA_FLOW, enumerator
|
12