Home
last modified time | relevance | path

Searched defs:cmsg (Results 1 – 25 of 56) sorted by relevance

123

/linux/tools/testing/selftests/namespaces/
H A Dsiocgskns_test.c121 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local
157 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local
457 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local
500 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local
637 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local
673 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local
839 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local
875 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local
1049 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local
1085 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in TEST() local
[all …]
/linux/drivers/md/
H A Dmd-cluster.c514 static int process_add_new_disk(struct mddev *mddev, struct cluster_msg *cmsg) in process_add_new_disk()
764 static int __sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in __sendmsg()
811 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg()
1009 struct cluster_msg cmsg = {0}; in resync_bitmap() local
1104 struct cluster_msg cmsg; in metadata_update_finish() local
1138 struct cluster_msg cmsg = {0}; in update_bitmap_size() local
1298 struct cluster_msg cmsg; in update_size() local
1386 struct cluster_msg cmsg = {0}; in resync_start_notify() local
1397 struct cluster_msg cmsg = {0}; in resync_info_update() local
1464 struct cluster_msg cmsg; in add_new_disk() local
[all …]
/linux/net/handshake/
H A Dalert.c39 struct cmsghdr *cmsg; in tls_alert_send() local
74 u8 tls_get_record_type(const struct sock *sk, const struct cmsghdr *cmsg) in tls_get_record_type()
/linux/net/rds/
H A Drdma.c638 struct cmsghdr *cmsg, in rds_cmsg_rdma_args()
844 struct cmsghdr *cmsg) in rds_cmsg_rdma_dest()
887 struct cmsghdr *cmsg) in rds_cmsg_rdma_map()
901 struct cmsghdr *cmsg) in rds_cmsg_atomic()
H A Dsend.c971 struct cmsghdr *cmsg; in rds_rm_size() local
1050 struct cmsghdr *cmsg) in rds_cmsg_zcopy()
1066 struct cmsghdr *cmsg; in rds_cmsg_send() local
1126 struct cmsghdr *cmsg; in rds_rdma_bytes() local
/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c77 } cmsg; member
241 struct cmsghdr *cmsg; in ca_write_cmsg_u32() local
260 struct cmsghdr *cmsg; in cs_write_cmsg() local
351 struct cmsghdr *cmsg; in cs_read_cmsg() local
H A Dudpgso_bench_tx.c139 static void flush_cmsg(struct cmsghdr *cmsg) in flush_cmsg()
216 struct cmsghdr *cmsg; in flush_errqueue_recv() local
339 struct cmsghdr *cmsg; in send_udp_sendmmsg() local
396 struct cmsghdr *cmsg; in send_udp_segment() local
H A Dso_rcv_listener.c72 struct cmsghdr *cmsg; in main() local
H A Dudpgso_bench_rx.c220 struct cmsghdr *cmsg; in recv_msg() local
/linux/samples/seccomp/
H A Duser-trap.c35 struct cmsghdr *cmsg; in send_fd() local
66 struct cmsghdr *cmsg; in recv_fd() local
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h130 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument
131 #define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg)) argument
135 #define CMSG_DATA(cmsg) \ argument
137 #define CMSG_USER_DATA(cmsg) \ argument
146 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ argument
150 #define for_each_cmsghdr(cmsg, msg) \ argument
/linux/include/linux/
H A Dsocket.h130 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument
131 #define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg)) argument
135 #define CMSG_DATA(cmsg) \ argument
137 #define CMSG_USER_DATA(cmsg) \ argument
146 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ argument
150 #define for_each_cmsghdr(cmsg, msg) \ argument
/linux/tools/testing/selftests/net/af_unix/
H A Dscm_inq.c72 struct cmsghdr *cmsg; in recv_chunks() local
130 struct cmsghdr *cmsg; in TEST_F() local
H A Dscm_rights_denial_lsm.c155 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in send_fds() local
185 struct cmsghdr *cmsg; in recv_fd_slots() local
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_gso.py40 cmsg = [(SOL_UDP, UDP_SEGMENT, struct.pack("=H", args.gso_size))] variable
/linux/tools/testing/selftests/landlock/
H A Dcommon.h151 struct cmsghdr *cmsg; recv_fd() local
185 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); send_fd() local
/linux/net/
H A Dcompat.c106 #define CMSG_COMPAT_DATA(cmsg) \ argument
124 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg, in cmsg_compat_nxthdr()
183 struct compat_cmsghdr cmsg; in cmsghdr_from_user_compat_to_kern() local
/linux/fs/nfsd/
H A Dnfs4recover.c658 __cld_pipe_upcall(struct rpc_pipe *pipe, void *cmsg, struct nfsd_net *nn) in __cld_pipe_upcall()
682 cld_pipe_upcall(struct rpc_pipe *pipe, void *cmsg, struct nfsd_net *nn) in cld_pipe_upcall()
698 __cld_pipe_inprogress_downcall(const struct cld_msg_v2 __user *cmsg, in __cld_pipe_inprogress_downcall()
776 struct cld_msg_v2 __user *cmsg = (struct cld_msg_v2 __user *)src; in cld_pipe_downcall() local
837 struct cld_msg *cmsg = msg->data; in cld_pipe_destroy_msg() local
1049 struct cld_msg_v2 *cmsg; in nfsd4_cld_create_v2() local
/linux/net/core/
H A Dscm.c69 static int scm_fp_copy(struct cmsghdr *cmsg, struct scm_fp_list **fplp) in scm_fp_copy()
169 struct cmsghdr *cmsg; in __scm_send() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcrypto_sanity.c52 struct cmsghdr *cmsg; in do_crypt_afalg() local
H A Dlwt_reroute.c102 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in overflow_fq() local
H A Dtoken.c146 struct cmsghdr *cmsg; sendfd() local
181 struct cmsghdr *cmsg; recvfd() local
[all...]
/linux/tools/testing/selftests/tty/
H A Dtty_tiocsti_test.c252 struct cmsghdr *cmsg; in send_fd_via_socket() local
276 struct cmsghdr *cmsg; in recv_fd_via_socket() local
/linux/arch/um/os-Linux/
H A Dfile.c512 struct cmsghdr *cmsg; in os_rcv_fd_msg() local
661 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in os_sendmsg_fds() local
/linux/net/rxrpc/
H A Doob.c116 struct cmsghdr *cmsg; in rxrpc_sendmsg_oob_cmsg() local

123