Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdp_router_ipv4_user.c150 rtl = RTM_PAYLOAD(nh); in read_route()
385 rtl = RTM_PAYLOAD(nh); in read_arp()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h351 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg)) macro