| /Linux-v5.4/include/linux/isdn/ | 
| D | capiutil.h | 194 static inline void capi_cmsg_answer(_cmsg * cmsg)  in capi_cmsg_answer()201 static inline void capi_fill_CONNECT_B3_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber,  in capi_fill_CONNECT_B3_REQ()
 209 static inline void capi_fill_FACILITY_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber,  in capi_fill_FACILITY_REQ()
 219 static inline void capi_fill_INFO_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber,  in capi_fill_INFO_REQ()
 235 static inline void capi_fill_LISTEN_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber,  in capi_fill_LISTEN_REQ()
 251 static inline void capi_fill_ALERT_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber,  in capi_fill_ALERT_REQ()
 265 static inline void capi_fill_CONNECT_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber,  in capi_fill_CONNECT_REQ()
 308 static inline void capi_fill_DATA_B3_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber,  in capi_fill_DATA_B3_REQ()
 323 static inline void capi_fill_DISCONNECT_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber,  in capi_fill_DISCONNECT_REQ()
 338 static inline void capi_fill_DISCONNECT_B3_REQ(_cmsg * cmsg, __u16 ApplId, __u16 Messagenumber,  in capi_fill_DISCONNECT_B3_REQ()
 [all …]
 
 | 
| /Linux-v5.4/drivers/isdn/capi/ | 
| D | capiutil.c | 232 static void jumpcstruct(_cmsg *cmsg)  in jumpcstruct()249 static void pars_2_message(_cmsg *cmsg)  in pars_2_message()
 315 unsigned capi_cmsg2message(_cmsg *cmsg, u8 *msg)  in capi_cmsg2message()
 336 static void message_2_pars(_cmsg *cmsg)  in message_2_pars()
 387 unsigned capi_message2cmsg(_cmsg *cmsg, u8 *msg)  in capi_message2cmsg()
 420 unsigned capi_cmsg_header(_cmsg *cmsg, u16 _ApplId,  in capi_cmsg_header()
 650 static _cdebbuf *protocol_message_2_pars(_cdebbuf *cdb, _cmsg *cmsg, int level)  in protocol_message_2_pars()
 771 	_cmsg	*cmsg;  in capi_message2str()  local
 814 _cdebbuf *capi_cmsg2str(_cmsg *cmsg)  in capi_cmsg2str()
 874 _cdebbuf *capi_cmsg2str(_cmsg *cmsg)  in capi_cmsg2str()
 
 | 
| /Linux-v5.4/drivers/md/ | 
| D | md-cluster.c | 504 static void process_add_new_disk(struct mddev *mddev, struct cluster_msg *cmsg)  in process_add_new_disk()731 static int __sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg)  in __sendmsg()
 782 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg,  in sendmsg()
 977 	struct cluster_msg cmsg = {0};  in resync_bitmap()  local
 1072 	struct cluster_msg cmsg;  in metadata_update_finish()  local
 1106 	struct cluster_msg cmsg = {0};  in update_bitmap_size()  local
 1250 	struct cluster_msg cmsg;  in update_size()  local
 1332 	struct cluster_msg cmsg = {0};  in resync_info_update()  local
 1399 	struct cluster_msg cmsg;  in add_new_disk()  local
 1466 	struct cluster_msg cmsg = {0};  in remove_disk()  local
 [all …]
 
 | 
| /Linux-v5.4/net/rds/ | 
| D | rdma.c | 573 		       struct cmsghdr *cmsg,  in rds_cmsg_rdma_args()729 			  struct cmsghdr *cmsg)  in rds_cmsg_rdma_dest()
 771 			  struct cmsghdr *cmsg)  in rds_cmsg_rdma_map()
 785 		    struct cmsghdr *cmsg)  in rds_cmsg_atomic()
 
 | 
| D | send.c | 892 	struct cmsghdr *cmsg;  in rds_rm_size()  local972 			  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
 
 | 
| D | recv.c | 453 	struct rds_rdma_notify cmsg = { 0 }; /* fill holes with zero */  in rds_notify_queue_get()  local
 | 
| /Linux-v5.4/tools/testing/selftests/android/ion/ | 
| D | ipcsocket.c | 110 	struct cmsghdr *cmsg;  in sendtosocket()  local166 	struct cmsghdr *cmsg;  in receivefromsocket()  local
 
 | 
| /Linux-v5.4/samples/seccomp/ | 
| D | user-trap.c | 35 	struct cmsghdr *cmsg;  in send_fd()  local64 	struct cmsghdr *cmsg;  in recv_fd()  local
 
 | 
| /Linux-v5.4/tools/testing/selftests/net/ | 
| D | udpgso_bench_tx.c | 138 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
 
 | 
| D | udpgso_bench_rx.c | 217 	struct cmsghdr *cmsg;  in recv_msg()  local
 | 
| D | msg_zerocopy.c | 364 	struct cmsghdr *cmsg;  in do_recvmsg_completion()  local
 | 
| /Linux-v5.4/net/core/ | 
| D | scm.c | 65 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
 
 | 
| /Linux-v5.4/drivers/staging/isdn/gigaset/ | 
| D | capi.c | 1145 	_cmsg *cmsg = &iif->acmsg;  in do_facility_req()  local1330 	_cmsg *cmsg = &iif->acmsg;  in do_connect_req()  local
 1624 	_cmsg *cmsg = &iif->acmsg;  in do_connect_resp()  local
 1796 	_cmsg *cmsg = &iif->acmsg;  in do_connect_b3_req()  local
 1843 	_cmsg *cmsg = &iif->acmsg;  in do_connect_b3_resp()  local
 1913 	_cmsg *cmsg = &iif->acmsg;  in do_disconnect_req()  local
 2013 	_cmsg *cmsg = &iif->acmsg;  in do_disconnect_b3_req()  local
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | socket.h | 92 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg))  argument93 #define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg))  argument
 97 #define CMSG_DATA(cmsg)	((void *)((char *)(cmsg) + sizeof(struct cmsghdr)))  argument
 105 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \  argument
 109 #define for_each_cmsghdr(cmsg, msg) \  argument
 
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfs4recover.c | 758 __cld_pipe_upcall(struct rpc_pipe *pipe, void *cmsg)  in __cld_pipe_upcall()784 cld_pipe_upcall(struct rpc_pipe *pipe, void *cmsg)  in cld_pipe_upcall()
 800 __cld_pipe_inprogress_downcall(const struct cld_msg_v2 __user *cmsg,  in __cld_pipe_inprogress_downcall()
 864 	struct cld_msg_v2 __user *cmsg = (struct cld_msg_v2 __user *)src;  in cld_pipe_downcall()  local
 925 	struct cld_msg *cmsg = msg->data;  in cld_pipe_destroy_msg()  local
 1147 	struct cld_msg_v2 *cmsg;  in nfsd4_cld_create_v2()  local
 
 | 
| /Linux-v5.4/arch/um/os-Linux/drivers/ | 
| D | tuntap_user.c | 71 	struct cmsghdr *cmsg;  in tuntap_open_tramp()  local
 | 
| /Linux-v5.4/arch/um/os-Linux/ | 
| D | file.c | 506 	struct cmsghdr *cmsg;  in os_rcv_fd()  local651 	struct cmsghdr *cmsg = CMSG_FIRSTHDR(&msg);  in os_sendmsg_fds()  local
 
 | 
| /Linux-v5.4/tools/testing/selftests/networking/timestamping/ | 
| D | timestamping.c | 140 	struct cmsghdr *cmsg;  in printpacket()  local
 | 
| D | rxtimestamp.c | 178 	struct cmsghdr *cmsg;  in do_recv()  local
 | 
| D | txtimestamp.c | 390 	struct cmsghdr *cmsg;  in do_test()  local
 | 
| /Linux-v5.4/net/rxrpc/ | 
| D | sendmsg.c | 462 	struct cmsghdr *cmsg;  in rxrpc_sendmsg_cmsg()  local
 | 
| /Linux-v5.4/net/ | 
| D | compat.c | 92 #define CMSG_COMPAT_DATA(cmsg)				\  argument110 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg,  in cmsg_compat_nxthdr()
 
 | 
| /Linux-v5.4/net/tls/ | 
| D | tls_main.c | 167 	struct cmsghdr *cmsg;  in tls_proccess_cmsg()  local
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | datagram.c | 742 	struct cmsghdr *cmsg;  in ip6_datagram_send_ctl()  local
 | 
| /Linux-v5.4/net/dccp/ | 
| D | proto.c | 714 	struct cmsghdr *cmsg;  in dccp_msghdr_parse()  local
 |