Searched refs:CMSG_SPACE (Results 1 – 23 of 23) 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()
226 *cmsg_len += CMSG_SPACE(sizeof(__u32)); in ca_write_cmsg_u32()269 cmsg_len += CMSG_SPACE(sizeof(txtime)); in cs_write_cmsg()287 cmsg_len += CMSG_SPACE(sizeof(__u32)); in cs_write_cmsg()299 cmsg_len += CMSG_SPACE(8); in cs_write_cmsg()
55 char control[CMSG_SPACE(sizeof(flowlabel))] = {0}; in do_send()99 char control[CMSG_SPACE(sizeof(expect))]; in do_recv()
75 char control[CMSG_SPACE(sizeof(uint64_t))]; in do_send_one()153 char control[CMSG_SPACE(sizeof(struct sock_extended_err)) + in do_recv_errqueue_timeout()154 CMSG_SPACE(sizeof(struct sockaddr_in6))] = {0}; in do_recv_errqueue_timeout()
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()
142 char cbuf[CMSG_SPACE(sizeof(char))]; in tls_send_cmsg()170 char cbuf[CMSG_SPACE(sizeof(char))]; in tls_recv_cmsg()
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()654 char control[CMSG_SPACE(sizeof(*fds) * OS_SENDMSG_MAX_FDS)]; in os_sendmsg_fds()662 .msg_controllen = CMSG_SPACE(fds_size), in os_sendmsg_fds()
250 cmlen = min(CMSG_SPACE(len), msg->msg_controllen); in put_cmsg()330 cmlen = CMSG_SPACE(i * sizeof(int)); in scm_detach_fds()
69 char buf[CMSG_SPACE(sizeof(*fd_out))]; in tuntap_open_tramp()
86 char control[CMSG_SPACE(sizeof(struct ucred))]; in uevent_listener()
141 char buf[CMSG_SPACE(cmsg_len)];175 char cmsg[CMSG_SPACE(sizeof(unsigned char))];
268 char buf[CMSG_SPACE(sizeof(ruleset_fd_tx))]; in TEST()
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()
121 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
1039 char buf[CMSG_SPACE(sizeof(struct in6_pktinfo))]; in sendmsg_to_server()1043 char buf[CMSG_SPACE(sizeof(struct in_pktinfo))]; in sendmsg_to_server()
365 char ctl[CMSG_SPACE(sizeof(pkt_ts))]; in rcv_tstamp()406 char ctl[CMSG_SPACE(sizeof(__u64))]; in snd_tstamp()
358 char cmsg_buf[CMSG_SPACE(sizeof(struct sockaddr_storage))]; in udp_recv_send()
142 CMSG_SPACE(sizeof(union svc_pktinfo_u))