Home
last modified time | relevance | path

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

/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.c2787 SYSCALL_DEFINE3(sendmsg, int, fd, struct user_msghdr __user *, msg, unsigned int, flags) in SYSCALL_DEFINE3() argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_addr.c286 int (*sendmsg)(int fd, struct sockaddr *addr, socklen_t addrlen, member
/linux/drivers/md/
H A Dmd-cluster.c811 static int sendmsg(struct md_cluster_info *cinfo, struct cluster_msg *cmsg, in sendmsg() function
/linux/include/net/
H A Dsock.h1321 int (*sendmsg)(struct sock *sk, struct msghdr *msg, member
/linux/net/core/
H A Dskbuff.c3279 int len, sendmsg_func sendmsg, int flags) in __skb_send_sock()