Searched refs:rtm (Results 1 – 4 of 4) sorted by relevance
14 ${PYTHON_SITEPACKAGES_DIR}/rtm/samples \18 ${PYTHON_SITEPACKAGES_DIR}/rtm/tests \
119 const auto& rtm = extractRtData<rtmsg>(msg); in gatewayFromRtm() local120 if (rtm.rtm_table != RT_TABLE_MAIN || rtm.rtm_dst_len != 0) in gatewayFromRtm()124 switch (rtm.rtm_family) in gatewayFromRtm()
1329 struct rtmsg *rtm; in host_to_target_data_route() local1371 if (nlh->nlmsg_len >= NLMSG_LENGTH(sizeof(*rtm))) { in host_to_target_data_route()1372 rtm = NLMSG_DATA(nlh); in host_to_target_data_route()1373 rtm->rtm_flags = tswap32(rtm->rtm_flags); in host_to_target_data_route()1374 host_to_target_route_rtattr(RTM_RTA(rtm), in host_to_target_data_route()1375 nlmsg_len - NLMSG_LENGTH(sizeof(*rtm))); in host_to_target_data_route()1600 struct rtmsg *rtm; in target_to_host_data_route() local1642 if (nlh->nlmsg_len >= NLMSG_LENGTH(sizeof(*rtm))) { in target_to_host_data_route()1643 rtm = NLMSG_DATA(nlh); in target_to_host_data_route()1644 rtm->rtm_flags = tswap32(rtm->rtm_flags); in target_to_host_data_route()[all …]
222 enabled; *and* (b) the guest has ``rtm`` CPU flag enabled.231 two ways: (a) check for the *absence* of ``rtm`` in the guest's