Home
last modified time | relevance | path

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

12

/include/net/
Dscm.h74 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send()
89 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec()
105 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec()
109 static __inline__ void scm_recv(struct socket *sock, struct msghdr *msg, in scm_recv()
Dip_vs.h285 #define IP_VS_DBG_BUF(level, msg, ...) \ argument
292 #define IP_VS_ERR_BUF(msg...) \ argument
305 #define IP_VS_DBG(level, msg, ...) \ argument
310 #define IP_VS_DBG_RL(msg, ...) \ argument
315 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument
320 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument
327 #define IP_VS_DBG_BUF(level, msg...) do {} while (0) argument
328 #define IP_VS_ERR_BUF(msg...) do {} while (0) argument
329 #define IP_VS_DBG(level, msg...) do {} while (0) argument
330 #define IP_VS_DBG_RL(msg...) do {} while (0) argument
[all …]
Dsock.h97 #define SOCK_DEBUG(sk, msg...) do { if ((sk) && sock_flag((sk), SOCK_DBG)) \ argument
102 void SOCK_DEBUG(const struct sock *sk, const char *msg, ...) in SOCK_DEBUG()
1319 struct msghdr *msg, async_msg; member
2129 sock_recv_timestamp(struct msghdr *msg, struct sock *sk, struct sk_buff *skb) in sock_recv_timestamp()
2162 static inline void sock_recv_ts_and_drops(struct msghdr *msg, struct sock *sk, in sock_recv_ts_and_drops()
/include/linux/
Dbug.h20 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument
50 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
Dcompiler.h321 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument
330 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
342 #define compiletime_assert(condition, msg) \ argument
Dmsi.h47 struct msi_msg msg; member
Dipmi.h65 struct kernel_ipmi_msg msg; member
Dzlib.h93 char *msg; /* last error message, NULL if no error */ member
Dipmi_smi.h230 static inline void ipmi_free_smi_msg(struct ipmi_smi_msg *msg) in ipmi_free_smi_msg()
Di2o.h415 struct i2o_message msg; /* I2O message */ member
867 struct i2o_message *msg) in i2o_msg_post()
891 struct i2o_message *msg, in i2o_msg_post_wait()
907 struct i2o_message __iomem *msg; in i2o_msg_nop_mfa() local
929 struct i2o_message *msg) in i2o_msg_nop()
Darcdevice.h90 #define BUGMSG2(x,msg,args...) do { BUGLVL(x) printk(msg, ## args); } while (0) argument
91 #define BUGMSG(x,msg,args...) \ argument
Dsecurity.h2443 static inline int security_msg_msg_alloc(struct msg_msg *msg) in security_msg_msg_alloc()
2448 static inline void security_msg_msg_free(struct msg_msg *msg) in security_msg_msg_free()
2471 struct msg_msg *msg, int msqflg) in security_msg_queue_msgsnd()
2477 struct msg_msg *msg, in security_msg_queue_msgrcv()
2683 struct msghdr *msg, int size) in security_socket_sendmsg()
2689 struct msghdr *msg, int size, in security_socket_recvmsg()
Dvmw_vmci_defs.h669 struct vmci_event_msg msg; member
675 struct vmci_event_msg msg; member
/include/scsi/
Dscsi_tcq.h98 static inline int scsi_populate_tag_msg(struct scsi_cmnd *cmd, char *msg) in scsi_populate_tag_msg()
/include/uapi/linux/
Dipmi.h262 struct ipmi_msg msg; member
316 struct ipmi_msg msg; /* The data field must point to a buffer. member
Dnetlink.h101 struct nlmsghdr msg; member
Di2o-dev.h50 __u32 msg; /* message */ member
55 void __user *msg; /* message */ member
Dtipc_config.h379 static inline int TCM_SET(void *msg, __u16 cmd, __u16 flags, in TCM_SET()
/include/uapi/linux/dvb/
Dca.h67 unsigned char msg[256]; member
/include/linux/hsi/
Dhsi.h369 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read()
382 static inline int hsi_async_write(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_write()
/include/linux/ceph/
Dmessenger.h292 static inline struct ceph_msg *ceph_msg_get(struct ceph_msg *msg) in ceph_msg_get()
298 static inline void ceph_msg_put(struct ceph_msg *msg) in ceph_msg_put()
/include/net/sctp/
Dcommand.h141 struct sctp_datamsg *msg; member
/include/linux/iio/imu/
Dadis.h61 struct spi_message msg; member
/include/net/iucv/
Daf_iucv.h56 struct iucv_message msg; member
/include/linux/power/
Dcharger-manager.h281 enum cm_event_types type, char *msg) { } in cm_notify_event()

12