Home
last modified time | relevance | path

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

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