Searched refs:CMSG_SPACE (Results 1 – 21 of 21) sorted by relevance
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()
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()
40 char control[CMSG_SPACE(sizeof(flowlabel))] = {0}; in do_send()76 char control[CMSG_SPACE(sizeof(expect))]; in do_recv()
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()
217 char control[CMSG_SPACE(sizeof(uint16_t))] = {0}; in recv_msg()
454 char control[CMSG_SPACE(sizeof(uint16_t))] = {0}; in send_one()
482 char control[CMSG_SPACE(sizeof(uint32_t))]; in do_test()
1115 char cbuf[CMSG_SPACE(sizeof(char))]; in TEST_F()
109 char cmsg_b[CMSG_SPACE(sizeof(int))]; in sendtosocket()165 char cmsg_b[CMSG_SPACE(sizeof(int))]; in receivefromsocket()
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()
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()
248 cmlen = min(CMSG_SPACE(len), msg->msg_controllen); in put_cmsg()323 cmlen = CMSG_SPACE(i * sizeof(int)); in scm_detach_fds()
69 char buf[CMSG_SPACE(sizeof(*fd_out))]; in tuntap_open_tramp()
141 char buf[CMSG_SPACE(cmsg_len)];175 char cmsg[CMSG_SPACE(sizeof(unsigned char))];
86 char control[CMSG_SPACE(sizeof(struct ucred))]; in uevent_listener()
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()
112 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
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()
317 char cmsg_buf[CMSG_SPACE(sizeof(struct sockaddr_storage))]; in udp_recv_send()
151 CMSG_SPACE(sizeof(union svc_pktinfo_u))