Home
last modified time | relevance | path

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

/linux-4.19.296/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.19.296/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.c505 static void send_message(capidrv_contr *card, _cmsg *cmsg) in send_message()
662 static _cmsg cmsg; variable
966 static void handle_controller(_cmsg *cmsg) in handle_controller()
1066 static void handle_incoming_call(capidrv_contr *card, _cmsg *cmsg) in handle_incoming_call()
1191 static void handle_plci(_cmsg *cmsg) in handle_plci()
1374 static void handle_ncci(_cmsg *cmsg) in handle_ncci()
1555 static void handle_data(_cmsg *cmsg, struct sk_buff *skb) in handle_data()
/linux-4.19.296/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.19.296/include/linux/
Dsocket.h91 #define __CMSG_NXTHDR(ctl, len, cmsg) __cmsg_nxthdr((ctl),(len),(cmsg)) argument
92 #define CMSG_NXTHDR(mhdr, cmsg) cmsg_nxthdr((mhdr), (cmsg)) argument
96 #define CMSG_DATA(cmsg) ((void *)((char *)(cmsg) + sizeof(struct cmsghdr))) argument
104 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && \ argument
108 #define for_each_cmsghdr(cmsg, msg) \ argument
Disdnif.h377 capi_msg cmsg; /* For CAPI like messages */ member
/linux-4.19.296/fs/nfsd/
Dnfs4recover.c670 __cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg) in __cld_pipe_upcall()
694 cld_pipe_upcall(struct rpc_pipe *pipe, struct cld_msg *cmsg) in cld_pipe_upcall()
713 struct cld_msg __user *cmsg = (struct cld_msg __user *)src; in cld_pipe_downcall() local
759 struct cld_msg *cmsg = msg->data; in cld_pipe_destroy_msg() local
/linux-4.19.296/crypto/
Daf_alg.c450 struct cmsghdr *cmsg; in af_alg_cmsg_send() local