Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/isdn/
Dcapiutil.h194 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-4.1.27/drivers/isdn/capi/
Dcapiutil.c232 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()
Dcapidrv.c504 static void send_message(capidrv_contr *card, _cmsg *cmsg) in send_message()
661 static _cmsg cmsg; variable
965 static void handle_controller(_cmsg *cmsg) in handle_controller()
1065 static void handle_incoming_call(capidrv_contr *card, _cmsg *cmsg) in handle_incoming_call()
1190 static void handle_plci(_cmsg *cmsg) in handle_plci()
1373 static void handle_ncci(_cmsg *cmsg) in handle_ncci()
1554 static void handle_data(_cmsg *cmsg, struct sk_buff *skb) in handle_data()
/linux-4.1.27/drivers/md/
Dmd-cluster.c376 static void process_add_new_disk(struct mddev *mddev, struct cluster_msg *cmsg) in process_add_new_disk()
523 static int __sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in __sendmsg()
568 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in sendmsg()
772 struct cluster_msg cmsg; in metadata_update_finish() local
793 struct cluster_msg cmsg; in resync_send() local
841 struct cluster_msg cmsg; in add_new_disk_start() local
867 struct cluster_msg cmsg; in add_new_disk_finish() local
895 struct cluster_msg cmsg; in remove_disk() local
906 struct cluster_msg cmsg; in gather_bitmaps() local
/linux-4.1.27/net/rds/
Drdma.c547 struct cmsghdr *cmsg) in rds_cmsg_rdma_args()
713 struct cmsghdr *cmsg) in rds_cmsg_rdma_dest()
755 struct cmsghdr *cmsg) in rds_cmsg_rdma_map()
768 struct cmsghdr *cmsg) in rds_cmsg_atomic()
Dsend.c853 struct cmsghdr *cmsg; in rds_rm_size() local
907 struct cmsghdr *cmsg; in rds_cmsg_send() local
Drecv.c299 struct rds_rdma_notify cmsg = { 0 }; /* fill holes with zero */ in rds_notify_queue_get() local
/linux-4.1.27/net/core/
Dscm.c67 static int scm_fp_copy(struct cmsghdr *cmsg, struct scm_fp_list **fplp) in scm_fp_copy()
135 struct cmsghdr *cmsg; in __scm_send() local
/linux-4.1.27/include/linux/
Dsocket.h90 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument
91 #define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg)) argument
95 #define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) + CMSG_ALIGN(sizeof(struct cmsghdr)))) argument
103 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ argument
107 #define for_each_cmsghdr(cmsg, msg) \ argument
Disdnif.h377 capi_msg cmsg; /* For CAPI like messages */ member
/linux-4.1.27/drivers/isdn/gigaset/
Dcapi.c1148 _cmsg *cmsg = &iif->acmsg; in do_facility_req() local
1333 _cmsg *cmsg = &iif->acmsg; in do_connect_req() local
1627 _cmsg *cmsg = &iif->acmsg; in do_connect_resp() local
1799 _cmsg *cmsg = &iif->acmsg; in do_connect_b3_req() local
1846 _cmsg *cmsg = &iif->acmsg; in do_connect_b3_resp() local
1916 _cmsg *cmsg = &iif->acmsg; in do_disconnect_req() local
2016 _cmsg *cmsg = &iif->acmsg; in do_disconnect_b3_req() local
/linux-4.1.27/arch/um/os-Linux/drivers/
Dtuntap_user.c71 struct cmsghdr *cmsg; in tuntap_open_tramp() local
/linux-4.1.27/fs/nfsd/
Dnfs4recover.c658 __cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg) in __cld_pipe_upcall()
687 cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg) in cld_pipe_upcall()
706 struct cld_msg __user *cmsg = (struct cld_msg __user *)src; in cld_pipe_downcall() local
752 struct cld_msg *cmsg = msg->data; in cld_pipe_destroy_msg() local
/linux-4.1.27/Documentation/networking/timestamping/
Dtimestamping.c159 struct cmsghdr *cmsg; in printpacket() local
/linux-4.1.27/net/rxrpc/
Dar-output.c39 struct cmsghdr *cmsg; in rxrpc_sendmsg_cmsg() local
/linux-4.1.27/crypto/
Daf_alg.c440 struct cmsghdr *cmsg; in af_alg_cmsg_send() local
/linux-4.1.27/net/
Dcompat.c92 #define CMSG_COMPAT_DATA(cmsg) \ argument
110 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg, in cmsg_compat_nxthdr()
/linux-4.1.27/net/ipv6/
Ddatagram.c691 struct cmsghdr *cmsg; in ip6_datagram_send_ctl() local
/linux-4.1.27/arch/um/os-Linux/
Dfile.c484 struct cmsghdr *cmsg; in os_rcv_fd() local
/linux-4.1.27/fs/dlm/
Dlowcomms.c543 struct cmsghdr *cmsg; in sctp_send_shutdown() local
1070 struct cmsghdr *cmsg; in sctp_init_assoc() local
/linux-4.1.27/net/dccp/
Dproto.c706 struct cmsghdr *cmsg; in dccp_msghdr_parse() local
/linux-4.1.27/net/ipv4/
Dip_sockglue.c226 struct cmsghdr *cmsg; in ip_cmsg_send() local
/linux-4.1.27/drivers/hsi/clients/
Dssi_protocol.c880 struct hsi_msg *cmsg; in ssip_tx_data_complete() local
/linux-4.1.27/net/iucv/
Daf_iucv.c1039 struct cmsghdr *cmsg; in iucv_sock_sendmsg() local
/linux-4.1.27/net/sctp/
Dsocket.c6609 struct cmsghdr *cmsg; in sctp_msghdr_parse() local