| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | udpgso_bench_tx.c | 211 char control[CMSG_SPACE(sizeof(struct scm_timestamping)) + in flush_errqueue_recv() 212 CMSG_SPACE(sizeof(struct sock_extended_err)) + in flush_errqueue_recv() 213 CMSG_SPACE(sizeof(struct sockaddr_in6))] = {0}; in flush_errqueue_recv() 311 char control[CMSG_SPACE(sizeof(cfg_tx_ts))] = {0}; in send_udp_sendmmsg() 329 msg_controllen += CMSG_SPACE(sizeof(cfg_tx_ts)); in send_udp_sendmmsg() 375 char control[CMSG_SPACE(sizeof(cfg_gso_size)) + in send_udp_segment() 376 CMSG_SPACE(sizeof(cfg_tx_ts))] = {0}; in send_udp_segment() 393 msg_controllen = CMSG_SPACE(sizeof(cfg_mss)); in send_udp_segment() 397 msg_controllen += CMSG_SPACE(sizeof(cfg_tx_ts)); in send_udp_segment()
|
| H A D | so_txtime.c | 66 char control[CMSG_SPACE(sizeof(uint64_t))]; in do_send_one() 142 char control[CMSG_SPACE(sizeof(struct sock_extended_err)) + in do_recv_errqueue_timeout() 143 CMSG_SPACE(sizeof(struct sockaddr_in6))] = {0}; in do_recv_errqueue_timeout()
|
| H A D | ipv6_flowlabel.c | 40 char control[CMSG_SPACE(sizeof(flowlabel))] = {0}; in do_send() 76 char control[CMSG_SPACE(sizeof(expect))]; in do_recv()
|
| H A D | msg_zerocopy.c | 187 char ckbuf[CMSG_SPACE(sizeof(cookie))]; in do_sendmsg() 198 msg->msg_controllen = CMSG_SPACE(sizeof(cookie)); in do_sendmsg() 361 char cmsgbuf[CMSG_SPACE(sizeof(struct rds_zcopy_cookies))]; in do_recvmsg_completion()
|
| H A D | udpgso_bench_rx.c | 217 char control[CMSG_SPACE(sizeof(uint16_t))] = {0}; in recv_msg()
|
| H A D | udpgso.c | 454 char control[CMSG_SPACE(sizeof(uint16_t))] = {0}; in send_one()
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/ |
| H A D | fix-build-on-non-x86.patch | 7 size_t cmsg_space = CMSG_SPACE(sizeof(int) * fds.size()); 18 size_t cmsg_space = CMSG_SPACE(sizeof(int) * max_fds);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/ |
| H A D | ipcsocket.c | 109 char cmsg_b[CMSG_SPACE(sizeof(int))]; in sendtosocket() 165 char cmsg_b[CMSG_SPACE(sizeof(int))]; in receivefromsocket()
|
| /OK3568_Linux_fs/kernel/samples/seccomp/ |
| H A D | user-trap.c | 36 char buf[CMSG_SPACE(sizeof(int))] = {0}, c = 'c'; in send_fd() 65 char buf[CMSG_SPACE(sizeof(int))] = {0}, c = 'c'; in recv_fd()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | file.c | 508 char buf[CMSG_SPACE(sizeof(new))]; in os_rcv_fd() 645 char control[CMSG_SPACE(sizeof(*fds) * OS_SENDMSG_MAX_FDS)]; in os_sendmsg_fds() 653 .msg_controllen = CMSG_SPACE(fds_size), in os_sendmsg_fds()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | scm.c | 248 cmlen = min(CMSG_SPACE(len), msg->msg_controllen); in put_cmsg() 323 cmlen = CMSG_SPACE(i * sizeof(int)); in scm_detach_fds()
|
| /OK3568_Linux_fs/kernel/samples/crypto/ |
| H A D | fips140_lab_util.c | 462 controllen += CMSG_SPACE(sizeof(uint32_t)); in af_alg_process_msg() 464 controllen += CMSG_SPACE(sizeof(struct af_alg_iv) + t->iv_size); in af_alg_process_msg()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/drivers/ |
| H A D | tuntap_user.c | 69 char buf[CMSG_SPACE(sizeof(*fd_out))]; in tuntap_open_tramp()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | tls.rst | 141 char buf[CMSG_SPACE(cmsg_len)]; 175 char cmsg[CMSG_SPACE(sizeof(unsigned char))];
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | socket.h | 301 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | socket.h | 301 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/ |
| H A D | stub.c | 152 char bytes[CMSG_SPACE(sizeof(int))]; in send_fd_handoff()
|
| H A D | bundle-main.c | 174 char bytes[CMSG_SPACE(sizeof(int))]; in accept_fd_handoff()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/ |
| H A D | uevent_filtering.c | 86 char control[CMSG_SPACE(sizeof(struct ucred))]; in uevent_listener()
|
| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | recv.c | 469 max_messages = msghdr->msg_controllen / CMSG_SPACE(sizeof(cmsg)); in rds_notify_queue_get() 609 msg->msg_controllen < CMSG_SPACE(sizeof(*done))) in rds_recvmsg_zcookie()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 112 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | socket.h | 112 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | xv.c | 244 char buf[CMSG_SPACE (sizeof (int))]; in ms_exa_xv_create_dma_pixmap()
|
| /OK3568_Linux_fs/debian/packages-patches/mpv/0.29.1/ |
| H A D | 0002-HACK-vo_xv-Support-dma-buffer-rendering.patch | 169 + char buf[CMSG_SPACE(sizeof(int))];
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sock_addr.c | 1264 char buf[CMSG_SPACE(sizeof(struct in6_pktinfo))]; in sendmsg_to_server() 1268 char buf[CMSG_SPACE(sizeof(struct in_pktinfo))]; in sendmsg_to_server()
|