Home
last modified time | relevance | path

Searched refs:RTM_RTA (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_router_ipv4_user.c165 rt_attr = (struct rtattr *)RTM_RTA(rt_msg); in read_route()
399 rt_attr = (struct rtattr *)RTM_RTA(rt_msg); in read_arp()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Drtnetlink.h375 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Drtnetlink.h397 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Drtnetlink.h285 #define RTM_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Drtnetlink.h253 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Drtnetlink.h285 #define RTM_RTA(r) ((struct rtattr *) (((char *) (r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro

Completed in 12 milliseconds