Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c124 rtl = RTM_PAYLOAD(nh); in read_route()
337 rtl = RTM_PAYLOAD(nh); in read_arp()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h398 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg)) macro