Searched refs:CMSG_SPACE (Results 1 – 24 of 24) sorted by relevance
212 char control[CMSG_SPACE(sizeof(struct scm_timestamping)) + in flush_errqueue_recv()213 CMSG_SPACE(sizeof(struct sock_extended_err)) + in flush_errqueue_recv()214 CMSG_SPACE(sizeof(struct sockaddr_in6))] = {0}; in flush_errqueue_recv()327 char control[CMSG_SPACE(sizeof(cfg_tx_ts))] = {0}; in send_udp_sendmmsg()345 msg_controllen += CMSG_SPACE(sizeof(cfg_tx_ts)); in send_udp_sendmmsg()391 char control[CMSG_SPACE(sizeof(cfg_gso_size)) + in send_udp_segment()392 CMSG_SPACE(sizeof(cfg_tx_ts))] = {0}; in send_udp_segment()409 msg_controllen = CMSG_SPACE(sizeof(cfg_mss)); in send_udp_segment()413 msg_controllen += CMSG_SPACE(sizeof(cfg_tx_ts)); in send_udp_segment()
73 char cbuf[CMSG_SPACE(sizeof(__u32))]; in main()74 char recv_buf[CMSG_SPACE(sizeof(__u32))]; in main()
55 char control[CMSG_SPACE(sizeof(flowlabel))] = {0}; in do_send()99 char control[CMSG_SPACE(sizeof(expect))]; in do_recv()
247 *cmsg_len += CMSG_SPACE(sizeof(__u32)); in ca_write_cmsg_u32()293 cmsg_len += CMSG_SPACE(sizeof(txtime)); in cs_write_cmsg()304 cmsg_len += CMSG_SPACE(sizeof(__u32)); in cs_write_cmsg()316 cmsg_len += CMSG_SPACE(8); in cs_write_cmsg()
75 char control[CMSG_SPACE(sizeof(uint64_t))]; in do_send_one()156 char control[CMSG_SPACE(sizeof(struct sock_extended_err)) + in do_recv_errqueue_timeout()157 CMSG_SPACE(sizeof(struct sockaddr_in6))] = {0}; in do_recv_errqueue_timeout()
190 char ckbuf[CMSG_SPACE(sizeof(cookie))]; in do_sendmsg()201 msg->msg_controllen = CMSG_SPACE(sizeof(cookie)); in do_sendmsg()365 char cmsgbuf[CMSG_SPACE(sizeof(struct rds_zcopy_cookies))]; in do_recvmsg_completion()
490 char control[2 * CMSG_SPACE(sizeof(uint32_t))]; in do_test()634 msg.msg_controllen = cfg_use_cmsg * CMSG_SPACE(sizeof(uint32_t)); in do_test()635 msg.msg_controllen += cfg_use_cmsg_opt_id * CMSG_SPACE(sizeof(uint32_t)); in do_test()
217 char control[CMSG_SPACE(sizeof(int))] = {0}; in recv_msg()
378 char control[CMSG_SPACE(sizeof(uint16_t))] = {0}; in send_one()
160 char cbuf[CMSG_SPACE(sizeof(char))]; in tls_send_cmsg()188 char cbuf[CMSG_SPACE(sizeof(char))]; in tls_recv_cmsg()
189 char control[CMSG_SPACE(sizeof(struct ucred)) + in cmsg_check()190 CMSG_SPACE(sizeof(int))] = { 0 }; in cmsg_check()244 char control[CMSG_SPACE(sizeof(struct ucred)) + in cmsg_check_dead()245 CMSG_SPACE(sizeof(int))] = { 0 }; in cmsg_check_dead()
83 msg.msg_controllen = CMSG_SPACE(sizeof(cmsg.inq)); in recv_chunks()
298 .msg_controllen = CMSG_SPACE(sizeof(cmsg.fd)), in __send_fd()
141 char buf[CMSG_SPACE(sizeof(fd_rx))]; in recv_fd()175 char buf[CMSG_SPACE(sizeof(fd_tx))]; in send_fd()
83 char control_buf[CMSG_SPACE(sizeof(uint64_t))]; in overflow_fq()
53 char cbuf[CMSG_SPACE(4)] = {0}; in do_crypt_afalg()
154 char buf[CMSG_SPACE(sizeof(fds))]; in sendfd()189 char buf[CMSG_SPACE(sizeof(fds))]; in recvfd()
491 char ctl[CMSG_SPACE(sizeof(pkt_ts))]; in __rcv_tstamp()592 char ctl[CMSG_SPACE(sizeof(__u64))]; in snd_tstamp()
304 char cmsg_buf[CMSG_SPACE(sizeof(struct sockaddr_storage))]; in udp_recv_send()
86 char control[CMSG_SPACE(sizeof(struct ucred))]; in uevent_listener()
125 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
790 char control[CMSG_SPACE(100)] = {}; in wait_compl()844 char ctrl_data[CMSG_SPACE(sizeof(__u32))]; in do_client()
726 char ctrl[CMSG_SPACE(sizeof(struct tpacket_auxdata))]; in recv_packet()
1749 chunk_size = CMSG_SPACE(ctl_len); in test_stream_msgzcopy_leak_zcskb_client()
Completed in 43 milliseconds