Searched refs:last_allowedip (Results 1 – 4 of 4) sorted by relevance
340 static inline bool parse_allowedips(struct wgpeer *peer, struct wgallowedip **last_allowedip, const… in parse_allowedips() argument342 struct wgallowedip *allowedip = *last_allowedip, *new_allowedip; in parse_allowedips()402 *last_allowedip = allowedip; in parse_allowedips()430 ctx->last_allowedip = NULL; in process_line()463 ret = parse_allowedips(ctx->last_peer, &ctx->last_allowedip, value); in process_line()
18 struct wgallowedip *last_allowedip; member
65 struct wgallowedip *first_allowedip, *last_allowedip; member
205 peer->last_allowedip->next_allowedip = aip; in kernel_get_device()206 peer->last_allowedip = aip; in kernel_get_device()