Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dxdp_router_ipv4_user.c166 rtl = RTM_PAYLOAD(nh); in read_route()
401 rtl = RTM_PAYLOAD(nh); in read_arp()
/Linux-v5.4/include/uapi/linux/
Drtnetlink.h359 #define RTM_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct rtmsg)) macro