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

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

Completed in 219 milliseconds