Searched defs:kmsg (Results 1 – 4 of 4) sorted by relevance
/linux/io_uring/ |
H A D | net.c | 146 static void io_netmsg_iovec_free(struct io_async_msghdr *kmsg) in io_netmsg_iovec_free() 189 struct io_async_msghdr *kmsg) in io_mshot_prep_retry() 340 struct io_async_msghdr *kmsg = req->async_data; in io_send_setup() local 377 struct io_async_msghdr *kmsg = req->async_data; in io_sendmsg_setup() local 449 static int io_bundle_nbufs(struct io_async_msghdr *kmsg, int ret) in io_bundle_nbufs() 481 struct io_async_msghdr *kmsg, in io_send_finish() 517 struct io_async_msghdr *kmsg = req->async_data; in io_sendmsg() local 565 struct io_async_msghdr *kmsg) in io_send_select_buffer() 616 struct io_async_msghdr *kmsg = req->async_data; in io_send() local 726 struct io_async_msghdr *kmsg; in io_recvmsg_prep_setup() local [all …]
|
/linux/net/ |
H A D | compat.c | 36 int __get_compat_msghdr(struct msghdr *kmsg, in __get_compat_msghdr() 83 int get_compat_msghdr(struct msghdr *kmsg, in get_compat_msghdr() 139 int cmsghdr_from_user_compat_to_kern(struct msghdr *kmsg, struct sock *sk, in cmsghdr_from_user_compat_to_kern() 227 int put_cmsg_compat(struct msghdr *kmsg, int level, int type, int len, void *data) in put_cmsg_compat()
|
H A D | socket.c | 2442 int __copy_msghdr(struct msghdr *kmsg, in __copy_msghdr() 2488 static int copy_msghdr_from_user(struct msghdr *kmsg, in copy_msghdr_from_user()
|
/linux/tools/testing/selftests/devices/error_logs/ |
H A D | test_device_error_logs.py | 25 kmsg = "/dev/kmsg" variable
|