Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
H A Dl1oip.h80 struct msghdr sendmsg; /* ip message to send */ member
/linux/net/
H A Dcompat.c350 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3() argument
H A Dsocket.c2693 SYSCALL_DEFINE3(sendmsg,int,fd,struct user_msghdr __user *,msg,unsigned int,flags) SYSCALL_DEFINE3() argument
/linux/include/linux/
H A Dnet.h198 int (*sendmsg) (struct socket *sock, struct msghdr *m, member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_addr.c290 int (*sendmsg)(int fd, struct sockaddr *addr, socklen_t addrlen, member
[all...]
/linux/drivers/md/
H A Dmd-cluster.c806 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function
/linux/include/net/
H A Dsock.h1244 int (*sendmsg)(struct sock *sk, struct msghdr *msg, member
/linux/net/core/
H A Dskbuff.c3270 int len, sendmsg_func sendmsg) in __skb_send_sock()