Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-cluster.c504 static void process_add_new_disk(struct mddev *mddev, struct cluster_msg *cmsg) in process_add_new_disk()
734 static int __sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in __sendmsg()
785 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg()
982 struct cluster_msg cmsg = {0}; in resync_bitmap() local
1077 struct cluster_msg cmsg; in metadata_update_finish() local
1111 struct cluster_msg cmsg = {0}; in update_bitmap_size() local
1257 struct cluster_msg cmsg; in update_size() local
1342 struct cluster_msg cmsg = {0}; in resync_info_update() local
1409 struct cluster_msg cmsg; in add_new_disk() local
1477 struct cluster_msg cmsg = {0}; in remove_disk() local
[all …]
/OK3568_Linux_fs/kernel/drivers/isdn/capi/
H A Dcapiutil.c234 static void jumpcstruct(_cmsg *cmsg) in jumpcstruct()
466 static _cdebbuf *protocol_message_2_pars(_cdebbuf *cdb, _cmsg *cmsg, int level) in protocol_message_2_pars()
587 _cmsg *cmsg; in capi_message2str() local
659 _cdebbuf *capi_cmsg2str(_cmsg *cmsg) in capi_cmsg2str()
/OK3568_Linux_fs/kernel/net/rds/
H A Drdma.c609 struct cmsghdr *cmsg, in rds_cmsg_rdma_args()
809 struct cmsghdr *cmsg) in rds_cmsg_rdma_dest()
852 struct cmsghdr *cmsg) in rds_cmsg_rdma_map()
866 struct cmsghdr *cmsg) in rds_cmsg_atomic()
H A Dsend.c892 struct cmsghdr *cmsg; in rds_rm_size() local
972 struct cmsghdr *cmsg) in rds_cmsg_zcopy()
988 struct cmsghdr *cmsg; in rds_cmsg_send() local
1081 struct cmsghdr *cmsg; in rds_rdma_bytes() local
H A Drecv.c453 struct rds_rdma_notify cmsg; in rds_notify_queue_get() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A Dipcsocket.c110 struct cmsghdr *cmsg; in sendtosocket() local
166 struct cmsghdr *cmsg; in receivefromsocket() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c138 static void flush_cmsg(struct cmsghdr *cmsg) in flush_cmsg()
215 struct cmsghdr *cmsg; in flush_errqueue_recv() local
323 struct cmsghdr *cmsg; in send_udp_sendmmsg() local
380 struct cmsghdr *cmsg; in send_udp_segment() local
H A Dtimestamping.c140 struct cmsghdr *cmsg; in printpacket() local
H A Dudpgso_bench_rx.c220 struct cmsghdr *cmsg; in recv_msg() local
H A Drxtimestamp.c183 struct cmsghdr *cmsg; in do_recv() local
/OK3568_Linux_fs/kernel/samples/seccomp/
H A Duser-trap.c35 struct cmsghdr *cmsg; in send_fd() local
64 struct cmsghdr *cmsg; in recv_fd() local
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h103 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument
104 #define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg)) argument
108 #define CMSG_DATA(cmsg) \ argument
110 #define CMSG_USER_DATA(cmsg) \ argument
119 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ argument
123 #define for_each_cmsghdr(cmsg, msg) \ argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h103 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument
104 #define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg)) argument
108 #define CMSG_DATA(cmsg) \ argument
110 #define CMSG_USER_DATA(cmsg) \ argument
119 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ argument
123 #define for_each_cmsghdr(cmsg, msg) \ argument
/OK3568_Linux_fs/kernel/net/core/
H A Dscm.c65 static int scm_fp_copy(struct cmsghdr *cmsg, struct scm_fp_list **fplp) in scm_fp_copy()
133 struct cmsghdr *cmsg; in __scm_send() local
/OK3568_Linux_fs/kernel/net/
H A Dcompat.c109 #define CMSG_COMPAT_DATA(cmsg) \ argument
127 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg, in cmsg_compat_nxthdr()
186 struct compat_cmsghdr cmsg; in cmsghdr_from_user_compat_to_kern() local
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4recover.c750 __cld_pipe_upcall(struct rpc_pipe *pipe, void *cmsg, struct nfsd_net *nn) in __cld_pipe_upcall()
774 cld_pipe_upcall(struct rpc_pipe *pipe, void *cmsg, struct nfsd_net *nn) in cld_pipe_upcall()
790 __cld_pipe_inprogress_downcall(const struct cld_msg_v2 __user *cmsg, in __cld_pipe_inprogress_downcall()
856 struct cld_msg_v2 __user *cmsg = (struct cld_msg_v2 __user *)src; in cld_pipe_downcall() local
917 struct cld_msg *cmsg = msg->data; in cld_pipe_destroy_msg() local
1139 struct cld_msg_v2 *cmsg; in nfsd4_cld_create_v2() local
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drkbtsource.c105 struct cmsghdr *cmsg; in rk_bt_recv() local
H A Drkbtsource_server.c197 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in rk_bt_send_spp_client_fd() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsocket.h291 # define CMSG_DATA(cmsg) ((cmsg)->__cmsg_data) argument
293 # define CMSG_DATA(cmsg) ((unsigned char *) ((struct cmsghdr *) (cmsg) + 1)) argument
295 #define CMSG_NXTHDR(mhdr, cmsg) __cmsg_nxthdr (mhdr, cmsg) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsocket.h291 # define CMSG_DATA(cmsg) ((cmsg)->__cmsg_data) argument
293 # define CMSG_DATA(cmsg) ((unsigned char *) ((struct cmsghdr *) (cmsg) + 1)) argument
295 #define CMSG_NXTHDR(mhdr, cmsg) __cmsg_nxthdr (mhdr, cmsg) argument
/OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/
H A Dstub.c156 struct cmsghdr *cmsg; in send_fd_handoff() local
H A Dbundle-main.c178 struct cmsghdr *cmsg; in accept_fd_handoff() local
/OK3568_Linux_fs/kernel/arch/um/os-Linux/drivers/
H A Dtuntap_user.c71 struct cmsghdr *cmsg; in tuntap_open_tramp() local
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dfile.c510 struct cmsghdr *cmsg; in os_rcv_fd() local
655 struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg); in os_sendmsg_fds() local
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dsendmsg.c516 struct cmsghdr *cmsg; in rxrpc_sendmsg_cmsg() local

12