Searched defs:wg_peer (Results 1 – 1 of 1) sorted by relevance
37 struct wg_peer { struct38 struct wg_device *device;39 struct prev_queue tx_queue, rx_queue;40 struct sk_buff_head staged_packet_queue;41 int serial_work_cpu;42 bool is_dead;43 struct noise_keypairs keypairs;44 struct endpoint endpoint;45 struct dst_cache endpoint_cache;69 struct wg_peer *wg_peer_create(struct wg_device *wg, argument
Completed in 3 milliseconds