Home
last modified time | relevance | path

Searched defs:wg_peer (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h86249 struct wg_peer { struct
86250 struct wg_device *device;
86251 struct prev_queue tx_queue;
86252 struct prev_queue rx_queue;
86253 struct sk_buff_head staged_packet_queue;
86254 int serial_work_cpu;
86255 bool is_dead;
86256 struct noise_keypairs keypairs;
86257 struct endpoint endpoint;
86258 struct dst_cache endpoint_cache;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h95985 struct wg_peer { struct
95986 struct wg_device *device;
95987 struct prev_queue tx_queue;
95988 struct prev_queue rx_queue;
95989 struct sk_buff_head staged_packet_queue;
95990 int serial_work_cpu;
95991 bool is_dead;
95992 struct noise_keypairs keypairs;
95993 struct endpoint endpoint;
95994 struct dst_cache endpoint_cache;
[all …]