Home
last modified time | relevance | path

Searched refs:rtm (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpyrtm_0.4.2.bb14 ${PYTHON_SITEPACKAGES_DIR}/rtm/samples \
18 ${PYTHON_SITEPACKAGES_DIR}/rtm/tests \
/openbmc/phosphor-networkd/src/
H A Drtnetlink.cpp119 const auto& rtm = extractRtData<rtmsg>(msg); in gatewayFromRtm() local
120 if (rtm.rtm_table != RT_TABLE_MAIN || rtm.rtm_dst_len != 0) in gatewayFromRtm()
124 switch (rtm.rtm_family) in gatewayFromRtm()
/openbmc/qemu/linux-user/
H A Dfd-trans.c1329 struct rtmsg *rtm; in host_to_target_data_route() local
1371 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() local
1642 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 …]
/openbmc/qemu/docs/system/
H A Dcpu-models-x86.rst.inc222 enabled; *and* (b) the guest has ``rtm`` CPU flag enabled.
231 two ways: (a) check for the *absence* of ``rtm`` in the guest's