Home
last modified time | relevance | path

Searched refs:RTNH_NEXT (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/linux/
Drtnetlink.h426 #define RTNH_NEXT(rtnh) ((struct rtnexthop*)(((char*)(rtnh)) + RTNH_ALIGN((rtnh)->rtnh_len))) macro
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-util.c624 rtnh = RTNH_NEXT(rtnh); in rtattr_read_nexthop()
/systemd-251/src/network/
Dnetworkd-route.c1127 offset = (uint8_t *) RTNH_NEXT(rtnh) - (uint8_t *) rta; in append_nexthops()