Home
last modified time | relevance | path

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

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