Searched refs:wg_peer (Results 1 – 1 of 1) sorted by relevance
146 struct wg_peer *a_peer;174 struct wg_peer { struct175 TAILQ_ENTRY(wg_peer) p_entry;228 TAILQ_HEAD(,wg_peer) sc_peers; argument296 static void wg_timers_enable(struct wg_peer *);297 static void wg_timers_disable(struct wg_peer *);298 static void wg_timers_set_persistent_keepalive(struct wg_peer *, uint16_t);299 static void wg_timers_get_last_handshake(struct wg_peer *, struct wg_timespec64 *);300 static void wg_timers_event_data_sent(struct wg_peer *);301 static void wg_timers_event_data_received(struct wg_peer *);[all …]