Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
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()
/Linux-v5.4/include/uapi/linux/
Drtnetlink.h358 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro