Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/
H A Difmetric.c_netlink-invalid-arg.patch12 a = RTM_RTA(r);
/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c123 rt_attr = (struct rtattr *)RTM_RTA(rt_msg); in read_route()
335 rt_attr = (struct rtattr *)RTM_RTA(rt_msg); in read_arp()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h397 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro
/openbmc/qemu/linux-user/
H A Dfd-trans.c1271 host_to_target_route_rtattr(RTM_RTA(rtm), in host_to_target_data_route()
1494 target_to_host_route_rtattr(RTM_RTA(rtm), nlh->nlmsg_len - in target_to_host_data_route()