Searched defs:vsock_transport (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 113886 struct vsock_transport { struct 113910 int (*notify_recv_init)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_data *); argument 113911 …int (*notify_recv_pre_block)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_data … argument 113912 …int (*notify_recv_pre_dequeue)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_dat… argument 113913 …int (*notify_recv_post_dequeue)(struct vsock_sock *, size_t, ssize_t, bool, struct vsock_transport… argument 113914 int (*notify_send_init)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 113915 int (*notify_send_pre_block)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 113916 int (*notify_send_pre_enqueue)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 113917 …int (*notify_send_post_enqueue)(struct vsock_sock *, ssize_t, struct vsock_transport_send_notify_d… argument 113926 struct vsock_transport transport; argument
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 121293 struct vsock_transport { struct 121317 int (*notify_recv_init)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_data *); argument 121318 …int (*notify_recv_pre_block)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_data … argument 121319 …int (*notify_recv_pre_dequeue)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_dat… argument 121320 …int (*notify_recv_post_dequeue)(struct vsock_sock *, size_t, ssize_t, bool, struct vsock_transport… argument 121321 int (*notify_send_init)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 121322 int (*notify_send_pre_block)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 121323 int (*notify_send_pre_enqueue)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 121324 …int (*notify_send_post_enqueue)(struct vsock_sock *, ssize_t, struct vsock_transport_send_notify_d… argument 121333 struct vsock_transport transport; argument
|