Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dxdp_router_ipv4_user.c127 struct rtmsg *rt_msg; in read_route() local
160 rt_msg = (struct rtmsg *)NLMSG_DATA(nh); in read_route()
161 rtm_family = rt_msg->rtm_family; in read_route()
163 if (rt_msg->rtm_table != RT_TABLE_MAIN) in read_route()
165 rt_attr = (struct rtattr *)RTM_RTA(rt_msg); in read_route()
189 sprintf(dsts_len, "%d", rt_msg->rtm_dst_len); in read_route()
381 struct ndmsg *rt_msg; in read_arp() local
398 rt_msg = (struct ndmsg *)NLMSG_DATA(nh); in read_arp()
399 rt_attr = (struct rtattr *)RTM_RTA(rt_msg); in read_arp()
400 ndm_family = rt_msg->ndm_family; in read_arp()