Searched refs:rtnh_ifindex (Results 1 – 4 of 4) sorted by relevance
/third_party/libnl/lib/route/ |
D | nexthop.c | 66 nh->rtnh_ifindex = src->rtnh_ifindex; in rtnl_route_nh_clone() 122 diff |= NH_DIFF(IFINDEX, a->rtnh_ifindex != b->rtnh_ifindex); in rtnl_route_nh_compare() 173 nh->rtnh_ifindex, in nh_dump_line() 176 nl_dump(dp, " dev %d", nh->rtnh_ifindex); in nh_dump_line() 213 nh->rtnh_ifindex, in nh_dump_details() 216 nl_dump(dp, " dev %d", nh->rtnh_ifindex); in nh_dump_details() 289 nh->rtnh_ifindex = ifindex; in rtnl_route_nh_set_ifindex() 295 return nh->rtnh_ifindex; in rtnl_route_nh_get_ifindex()
|
D | route_obj.c | 1036 rtnl_route_nh_set_ifindex(nh, rtnh->rtnh_ifindex); in parse_multipath() 1428 if (nh->rtnh_ifindex) in rtnl_route_build_msg() 1429 NLA_PUT_U32(msg, RTA_OIF, nh->rtnh_ifindex); in rtnl_route_build_msg() 1455 rtnh->rtnh_ifindex = nh->rtnh_ifindex; in rtnl_route_build_msg()
|
/third_party/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 366 int rtnh_ifindex; member
|
/third_party/libnl/include/netlink-private/ |
D | types.h | 319 uint32_t rtnh_ifindex; member
|