Searched refs:CMSG_FIRSTHDR (Results 1 – 25 of 30) sorted by relevance
12
46 cmsg = CMSG_FIRSTHDR(&msg); in send_fd()81 cmsg = CMSG_FIRSTHDR(&msg); in recv_fd()
301 cmsg = CMSG_FIRSTHDR(&msg); in TEST()325 cmsg = CMSG_FIRSTHDR(&msg); in TEST()
229 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()
99 cm = CMSG_FIRSTHDR(&msg); in do_send_one()184 cm = CMSG_FIRSTHDR(&msg); in do_recv_errqueue_timeout()
166 for (cm = CMSG_FIRSTHDR(&msg); cm; cm = CMSG_NXTHDR(&msg, cm)) in main()
104 cm = CMSG_FIRSTHDR(&msg); in do_recv()
236 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg != NULL; in recv_msg()
377 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) { in do_recvmsg_completion()415 cm = CMSG_FIRSTHDR(&msg); in do_recv_completion()
315 for (cm = CMSG_FIRSTHDR(msg); in __recv_errmsg_cmsg()628 cmsg = CMSG_FIRSTHDR(&msg); in do_test()
207 for (cmsg = CMSG_FIRSTHDR(&hdr); cmsg != NULL; in do_recv()
172 for (cmsg = CMSG_FIRSTHDR(msg); in printpacket()
353 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in cs_read_cmsg()
472 cm = CMSG_FIRSTHDR(&msg); in send_one()
155 cmsg = CMSG_FIRSTHDR(&msg); in tls_send_cmsg()187 cmsg = CMSG_FIRSTHDR(&msg); in tls_recv_cmsg()
122 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen) macro128 for (cmsg = CMSG_FIRSTHDR(msg); \
84 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in send_xsks_map_fd()
111 cmsg = CMSG_FIRSTHDR(&msg); in tuntap_open_tramp()
529 cmsg = CMSG_FIRSTHDR(&msg); in os_rcv_fd()664 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in os_sendmsg_fds()
146 cmsg = CMSG_FIRSTHDR(&msg);189 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg);
192 cm = CMSG_FIRSTHDR(msg);
315 for (cmsg = CMSG_FIRSTHDR(msgh); cmsg ; cmsg = CMSG_NXTHDR(msgh, cmsg)) { in get_tcp_inq()
428 for (cmsg = CMSG_FIRSTHDR(msgh); cmsg ; cmsg = CMSG_NXTHDR(msgh, cmsg)) { in process_cmsg()
386 cmsg = CMSG_FIRSTHDR(&msg); in rcv_tstamp()425 cmsg = CMSG_FIRSTHDR(&msg); in snd_tstamp()
1083 if (init_pktinfo(domain, CMSG_FIRSTHDR(&hdr))) { in sendmsg_to_server()