Searched refs:RTA_MULTIPATH (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/ip/
H A Dipmroute.c148 if (tb[RTA_MULTIPATH]) {
149 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]);
152 len = RTA_PAYLOAD(tb[RTA_MULTIPATH]);
H A Diproute.c628 if (tb[RTA_MULTIPATH]) {
629 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]);
632 len = RTA_PAYLOAD(tb[RTA_MULTIPATH]);
793 rta->rta_type = RTA_MULTIPATH;
814 addattr_l(n, 1024, RTA_MULTIPATH, RTA_DATA(rta), RTA_PAYLOAD(rta));
/external/libnl/include/linux-private/linux/
H A Drtnetlink.h278 RTA_MULTIPATH, enumerator in enum:rtattr_type_t
/external/libnl/lib/route/
H A Droute_obj.c943 [RTA_MULTIPATH] = { .type = NLA_NESTED },
1105 if (tb[RTA_MULTIPATH])
1106 if ((err = parse_multipath(route, tb[RTA_MULTIPATH])) < 0)
1143 /* If no nexthops have been provided via RTA_MULTIPATH
1259 if (!(multipath = nla_nest_start(msg, RTA_MULTIPATH)))
/external/iproute2/include/linux/
H A Drtnetlink.h300 RTA_MULTIPATH, enumerator in enum:rtattr_type_t
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h305 RTA_MULTIPATH, enumerator in enum:rtattr_type_t

Completed in 47 milliseconds