Searched defs:vsock_transport (Results 1 – 4 of 4) sorted by relevance
| /external/tcpdump/ |
| D | print-vsock.c | 42 static const struct tok vsock_transport[] = { variable
|
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 58971 struct vsock_transport { struct 58972 struct module *module; 58996 int (*notify_recv_init)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_data *); argument 58997 …int (*notify_recv_pre_block)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_data … argument 58998 …int (*notify_recv_pre_dequeue)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_dat… argument 58999 …int (*notify_recv_post_dequeue)(struct vsock_sock *, size_t, ssize_t, bool, struct vsock_transport… argument 59000 int (*notify_send_init)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 59001 int (*notify_send_pre_block)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 59002 int (*notify_send_pre_enqueue)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 59003 …int (*notify_send_post_enqueue)(struct vsock_sock *, ssize_t, struct vsock_transport_send_notify_d… argument [all …]
|
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 113844 struct vsock_transport { struct 113845 struct module *module; 113869 int (*notify_recv_init)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_data *); argument 113870 …int (*notify_recv_pre_block)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_data … argument 113871 …int (*notify_recv_pre_dequeue)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_dat… argument 113872 …int (*notify_recv_post_dequeue)(struct vsock_sock *, size_t, ssize_t, bool, struct vsock_transport… argument 113873 int (*notify_send_init)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 113874 int (*notify_send_pre_block)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 113875 int (*notify_send_pre_enqueue)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 113876 …int (*notify_send_post_enqueue)(struct vsock_sock *, ssize_t, struct vsock_transport_send_notify_d… argument [all …]
|
| D | vmlinux_602.h | 113844 struct vsock_transport { struct 113845 struct module *module; 113869 int (*notify_recv_init)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_data *); argument 113870 …int (*notify_recv_pre_block)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_data … argument 113871 …int (*notify_recv_pre_dequeue)(struct vsock_sock *, size_t, struct vsock_transport_recv_notify_dat… argument 113872 …int (*notify_recv_post_dequeue)(struct vsock_sock *, size_t, ssize_t, bool, struct vsock_transport… argument 113873 int (*notify_send_init)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 113874 int (*notify_send_pre_block)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 113875 int (*notify_send_pre_enqueue)(struct vsock_sock *, struct vsock_transport_send_notify_data *); argument 113876 …int (*notify_send_post_enqueue)(struct vsock_sock *, ssize_t, struct vsock_transport_send_notify_d… argument [all …]
|