Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/net/
Dudpgso_bench_tx.c211 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()
Dcmsg_sender.c226 *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()
Dipv6_flowlabel.c40 char control[CMSG_SPACE(sizeof(flowlabel))] = {0}; in do_send()
76 char control[CMSG_SPACE(sizeof(expect))]; in do_recv()
Dso_txtime.c75 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()
Dmsg_zerocopy.c187 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()
Dudpgso_bench_rx.c217 char control[CMSG_SPACE(sizeof(uint16_t))] = {0}; in recv_msg()
Dudpgso.c454 char control[CMSG_SPACE(sizeof(uint16_t))] = {0}; in send_one()
Dtxtimestamp.c482 char control[CMSG_SPACE(sizeof(uint32_t))]; in do_test()
Dtls.c142 char cbuf[CMSG_SPACE(sizeof(char))]; in tls_send_cmsg()
170 char cbuf[CMSG_SPACE(sizeof(char))]; in tls_recv_cmsg()
/linux-5.19.10/samples/seccomp/
Duser-trap.c36 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()
/linux-5.19.10/arch/um/os-Linux/
Dfile.c508 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()
/linux-5.19.10/net/core/
Dscm.c250 cmlen = min(CMSG_SPACE(len), msg->msg_controllen); in put_cmsg()
330 cmlen = CMSG_SPACE(i * sizeof(int)); in scm_detach_fds()
/linux-5.19.10/samples/bpf/
Dxdpsock_ctrl_proc.c64 char cmsgbuf[CMSG_SPACE(sizeof(int))]; in send_xsks_map_fd()
Dxdpsock_user.c1819 char cms[CMSG_SPACE(sizeof(int))]; in recv_xsks_map_fd_from_ctrl_node()
/linux-5.19.10/arch/um/os-Linux/drivers/
Dtuntap_user.c69 char buf[CMSG_SPACE(sizeof(*fd_out))]; in tuntap_open_tramp()
/linux-5.19.10/Documentation/networking/
Dtls.rst141 char buf[CMSG_SPACE(cmsg_len)];
175 char cmsg[CMSG_SPACE(sizeof(unsigned char))];
/linux-5.19.10/tools/testing/selftests/uevent/
Duevent_filtering.c86 char control[CMSG_SPACE(sizeof(struct ucred))]; in uevent_listener()
/linux-5.19.10/tools/testing/selftests/landlock/
Dbase_test.c268 char buf[CMSG_SPACE(sizeof(ruleset_fd_tx))]; in TEST()
/linux-5.19.10/net/rds/
Drecv.c469 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()
/linux-5.19.10/tools/perf/trace/beauty/include/linux/
Dsocket.h116 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
/linux-5.19.10/include/linux/
Dsocket.h116 #define CMSG_SPACE(len) (sizeof(struct cmsghdr) + CMSG_ALIGN(len)) macro
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dtc_redirect.c365 char ctl[CMSG_SPACE(sizeof(pkt_ts))]; in rcv_tstamp()
406 char ctl[CMSG_SPACE(sizeof(__u64))]; in snd_tstamp()
Dsk_lookup.c358 char cmsg_buf[CMSG_SPACE(sizeof(struct sockaddr_storage))]; in udp_recv_send()
/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_sock_addr.c1039 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()
/linux-5.19.10/net/sunrpc/
Dsvcsock.c142 CMSG_SPACE(sizeof(union svc_pktinfo_u))