Searched defs:sendmsg (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/isdn/mISDN/ |
D | l1oip.h | 79 struct msghdr sendmsg; /* ip message to send */ member
|
/Linux-v4.19/include/linux/ |
D | net.h | 170 int (*sendmsg) (struct socket *sock, struct msghdr *m, member
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | isar.c | 50 sendmsg(struct IsdnCardState *cs, u_char his, u_char creg, u_char len, in sendmsg() function
|
/Linux-v4.19/net/ |
D | compat.c | 758 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3() argument
|
D | socket.c | 2161 SYSCALL_DEFINE3(sendmsg, int, fd, struct user_msghdr __user *, msg, unsigned int, flags) in SYSCALL_DEFINE3() argument
|
/Linux-v4.19/drivers/md/ |
D | md-cluster.c | 787 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function
|
/Linux-v4.19/include/net/ |
D | sock.h | 1086 int (*sendmsg)(struct sock *sk, struct msghdr *msg, member
|