Searched defs:sendmsg (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lo.c | 53 lnet_msg_t *sendmsg = private; in lolnd_recv() local
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | l1oip.h | 78 struct msghdr sendmsg; /* ip message to send */ member
|
/linux-4.1.27/include/linux/ |
D | net.h | 164 int (*sendmsg) (struct socket *sock, struct msghdr *m, member
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | isar.c | 50 sendmsg(struct IsdnCardState *cs, u_char his, u_char creg, u_char len, in sendmsg() function
|
/linux-4.1.27/drivers/md/ |
D | md-cluster.c | 568 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg) in sendmsg() function
|
/linux-4.1.27/net/ |
D | compat.c | 717 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, unsigned int, flags) in COMPAT_SYSCALL_DEFINE3() argument
|
D | socket.c | 1997 SYSCALL_DEFINE3(sendmsg, int, fd, struct user_msghdr __user *, msg, unsigned int, flags) in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/include/net/ |
D | sock.h | 973 int (*sendmsg)(struct sock *sk, struct msghdr *msg, member
|