Home
last modified time | relevance | path

Searched refs:CMSG_FIRSTHDR (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A Dipcsocket.c144 cmsg = CMSG_FIRSTHDR(&msgh); in sendtosocket()
197 cmsg = CMSG_FIRSTHDR(&msgh); in receivefromsocket()
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Duser-trap.c46 cmsg = CMSG_FIRSTHDR(&msg); in send_fd()
81 cmsg = CMSG_FIRSTHDR(&msg); in recv_fd()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c229 for (cmsg = CMSG_FIRSTHDR(&msg); in flush_errqueue_recv()
327 cmsg = CMSG_FIRSTHDR(&msg); in send_udp_sendmmsg()
391 cmsg = CMSG_FIRSTHDR(&msg); in send_udp_segment()
H A Dso_txtime.c86 cm = CMSG_FIRSTHDR(&msg); in do_send_one()
173 cm = CMSG_FIRSTHDR(&msg); in do_recv_errqueue_timeout()
H A Dtcp_inq.c166 for (cm = CMSG_FIRSTHDR(&msg); cm; cm = CMSG_NXTHDR(&msg, cm)) in main()
H A Dipv6_flowlabel.c104 cm = CMSG_FIRSTHDR(&msg); in do_recv()
H A Dmsg_zerocopy.c377 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) { in do_recvmsg_completion()
415 cm = CMSG_FIRSTHDR(&msg); in do_recv_completion()
H A Dtxtimestamp.c315 for (cm = CMSG_FIRSTHDR(msg); in __recv_errmsg_cmsg()
628 cmsg = CMSG_FIRSTHDR(&msg); in do_test()
H A Dudpgso_bench_rx.c236 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg != NULL; in recv_msg()
H A Drxtimestamp.c207 for (cmsg = CMSG_FIRSTHDR(&hdr); cmsg != NULL; in do_recv()
H A Dtls.c1132 cmsg = CMSG_FIRSTHDR(&msg); in TEST_F()
1147 cmsg = CMSG_FIRSTHDR(&msg); in TEST_F()
1160 cmsg = CMSG_FIRSTHDR(&msg); in TEST_F()
H A Dtimestamping.c153 for (cmsg = CMSG_FIRSTHDR(msg); in printpacket()
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h118 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen) macro
124 for (cmsg = CMSG_FIRSTHDR(msg); \
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h118 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen) macro
124 for (cmsg = CMSG_FIRSTHDR(msg); \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/kronosnet/
H A Dkronosnet_1.22.bb26 # for (cmsg = CMSG_FIRSTHDR(&msg);cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-Turn-off-sign-compare-for-musl-libc.patch29 for (struct cmsghdr* hdr = CMSG_FIRSTHDR(&msg); hdr;
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dfile.c529 cmsg = CMSG_FIRSTHDR(&msg); in os_rcv_fd()
655 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in os_sendmsg_fds()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/drivers/
H A Dtuntap_user.c111 cmsg = CMSG_FIRSTHDR(&msg); in tuntap_open_tramp()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtls.rst146 cmsg = CMSG_FIRSTHDR(&msg);
189 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg);
/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.h296 #define CMSG_FIRSTHDR(mhdr) \ 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.h296 #define CMSG_FIRSTHDR(mhdr) \ macro
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drkbtsource.c156 cmsg = CMSG_FIRSTHDR(&msg); in rk_bt_recv()
/OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/
H A Dstub.c169 cmsg = CMSG_FIRSTHDR(&msg); in send_fd_handoff()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c272 header = CMSG_FIRSTHDR(&msg); in ms_exa_xv_create_dma_pixmap()
/OK3568_Linux_fs/kernel/samples/crypto/
H A Dfips140_lab_util.c468 cmsg = CMSG_FIRSTHDR(&hdr); in af_alg_process_msg()

12