Home
last modified time | relevance | path

Searched refs:RTA_MULTIPATH (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/xlat/
Drtnl_route_attrs.h69 #if defined(RTA_MULTIPATH) || (defined(HAVE_DECL_RTA_MULTIPATH) && HAVE_DECL_RTA_MULTIPATH)
71 static_assert((RTA_MULTIPATH) == (9), "RTA_MULTIPATH != 9");
74 # define RTA_MULTIPATH 9
236 XLAT(RTA_MULTIPATH),
Drtnl_route_attrs.in10 RTA_MULTIPATH 9
/external/iproute2/ip/
Dipmroute.c137 if (tb[RTA_MULTIPATH]) { in print_mroute()
138 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]); in print_mroute()
141 len = RTA_PAYLOAD(tb[RTA_MULTIPATH]); in print_mroute()
Diproute.c625 if (tb[RTA_MULTIPATH]) { in print_route()
626 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]); in print_route()
629 len = RTA_PAYLOAD(tb[RTA_MULTIPATH]); in print_route()
821 rta->rta_type = RTA_MULTIPATH; in parse_nexthops()
842 addattr_l(n, 1024, RTA_MULTIPATH, RTA_DATA(rta), RTA_PAYLOAD(rta)); in parse_nexthops()
/external/strace/tests-mx32/
Dnlattr_rtmsg.c133 RTA_MULTIPATH, pattern, nh, in main()
146 RTA_MULTIPATH, sizeof(buf), buf, sizeof(buf), in main()
/external/strace/tests-m32/
Dnlattr_rtmsg.c133 RTA_MULTIPATH, pattern, nh, in main()
146 RTA_MULTIPATH, sizeof(buf), buf, sizeof(buf), in main()
/external/strace/tests/
Dnlattr_rtmsg.c133 RTA_MULTIPATH, pattern, nh, in main()
146 RTA_MULTIPATH, sizeof(buf), buf, sizeof(buf), in main()
/external/libnl/lib/route/
Droute_obj.c943 [RTA_MULTIPATH] = { .type = NLA_NESTED },
1105 if (tb[RTA_MULTIPATH]) in rtnl_route_parse()
1106 if ((err = parse_multipath(route, tb[RTA_MULTIPATH])) < 0) in rtnl_route_parse()
1259 if (!(multipath = nla_nest_start(msg, RTA_MULTIPATH))) in rtnl_route_build_msg()
/external/syzkaller/sys/linux/
Dsocket_netlink_route.txt433 RTA_MULTIPATH nlattr[RTA_MULTIPATH, rtnexthop]
449 RTA_MULTIPATH nlattr[RTA_MULTIPATH, rtnexthop]
Dsocket_netlink_route_amd64.const310 RTA_MULTIPATH = 9
Dsocket_netlink_route_arm.const310 RTA_MULTIPATH = 9
Dsocket_netlink_route_386.const310 RTA_MULTIPATH = 9
Dsocket_netlink_route_ppc64le.const310 RTA_MULTIPATH = 9
Dsocket_netlink_route_arm64.const310 RTA_MULTIPATH = 9
/external/strace/
Drtnl_route.c234 [RTA_MULTIPATH] = decode_rta_multipath,
/external/libnl/include/linux-private/linux/
Drtnetlink.h278 RTA_MULTIPATH, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go455 RTA_MULTIPATH = 0x9 const
Dztypes_linux_s390x.go504 RTA_MULTIPATH = 0x9 const
Dztypes_linux_386.go500 RTA_MULTIPATH = 0x9 const
Dztypes_linux_mips.go501 RTA_MULTIPATH = 0x9 const
Dztypes_linux_amd64.go504 RTA_MULTIPATH = 0x9 const
Dztypes_linux_ppc64.go506 RTA_MULTIPATH = 0x9 const
Dztypes_linux_mips64.go505 RTA_MULTIPATH = 0x9 const
/external/iproute2/include/uapi/linux/
Drtnetlink.h312 RTA_MULTIPATH, enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h324 RTA_MULTIPATH, enumerator

12