Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireguard/
H A Dnetlink.c212 struct wg_peer *peer, *next_peer_cursor; in wg_get_device_dump() local
223 next_peer_cursor = ctx->next_peer; in wg_get_device_dump()
275 next_peer_cursor = peer; in wg_get_device_dump()
280 if (!ret && !done && next_peer_cursor) in wg_get_device_dump()
281 wg_peer_get(next_peer_cursor); in wg_get_device_dump()
295 ctx->next_peer = next_peer_cursor; in wg_get_device_dump()