Searched refs:rtnh_realms (Results 1 – 3 of 3) sorted by relevance
92 diff |= NH_DIFF(REALMS, a->rtnh_realms != b->rtnh_realms); in rtnl_route_nh_compare()164 RTNL_REALM_FROM(nh->rtnh_realms), in nh_dump_details()165 RTNL_REALM_TO(nh->rtnh_realms)); in nh_dump_details()263 nh->rtnh_realms = realms; in rtnl_route_nh_set_realms()269 return nh->rtnh_realms; in rtnl_route_nh_get_realms()
1253 if (nh->rtnh_realms) in rtnl_route_build_msg()1254 NLA_PUT_U32(msg, RTA_FLOW, nh->rtnh_realms); in rtnl_route_build_msg()1277 if (nh->rtnh_realms) in rtnl_route_build_msg()1278 NLA_PUT_U32(msg, RTA_FLOW, nh->rtnh_realms); in rtnl_route_build_msg()
274 uint32_t rtnh_realms; member