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

/linux-master/fs/
H A Dpnode.c17 static inline struct mount *next_peer(struct mount *p) function
48 m = next_peer(m);
100 for (m = master = next_peer(mnt); m != mnt; m = next_peer(m)) {
160 struct mount *next = next_peer(m);
190 next = next_peer(m);
203 m = next_peer(master);
305 for (n = next_peer(dest_mnt); n != dest_mnt; n = next_peer(n)) {
320 n = next_peer(
[all...]
/linux-master/drivers/net/wireguard/
H A Dnetlink.c98 struct wg_peer *next_peer; member in struct:dump_ctx
223 next_peer_cursor = ctx->next_peer;
231 if (!ctx->next_peer) {
265 (ctx->next_peer && ctx->next_peer->is_dead)) {
269 peer = list_prepare_entry(ctx->next_peer, &wg->peer_list, peer_list);
282 wg_peer_put(ctx->next_peer);
292 ctx->next_peer = NULL;
295 ctx->next_peer = next_peer_cursor;
310 wg_peer_put(ctx->next_peer);
[all...]

Completed in 224 milliseconds