Home
last modified time | relevance | path

Searched refs:CMSG_SPACE (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c211 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 Dso_txtime.c66 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 Dipv6_flowlabel.c40 char control[CMSG_SPACE(sizeof(flowlabel))] = {0}; in do_send()
76 char control[CMSG_SPACE(sizeof(expect))]; in do_recv()
H A Dmsg_zerocopy.c187 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 Dudpgso_bench_rx.c217 char control[CMSG_SPACE(sizeof(uint16_t))] = {0}; in recv_msg()
H A Dudpgso.c454 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 Dfix-build-on-non-x86.patch7 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 Dipcsocket.c109 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 Duser-trap.c36 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 Dfile.c508 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 Dscm.c248 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 Dfips140_lab_util.c462 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 Dtuntap_user.c69 char buf[CMSG_SPACE(sizeof(*fd_out))]; in tuntap_open_tramp()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtls.rst141 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 Dsocket.h301 #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 Dsocket.h301 #define CMSG_SPACE(len) (CMSG_ALIGN (len) \ macro
/OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/
H A Dstub.c152 char bytes[CMSG_SPACE(sizeof(int))]; in send_fd_handoff()
H A Dbundle-main.c174 char bytes[CMSG_SPACE(sizeof(int))]; in accept_fd_handoff()
/OK3568_Linux_fs/kernel/tools/testing/selftests/uevent/
H A Duevent_filtering.c86 char control[CMSG_SPACE(sizeof(struct ucred))]; in uevent_listener()
/OK3568_Linux_fs/kernel/net/rds/
H A Drecv.c469 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 Dsocket.h112 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h112 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c244 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 D0002-HACK-vo_xv-Support-dma-buffer-rendering.patch169 + char buf[CMSG_SPACE(sizeof(int))];
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c1264 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()

12