Home
last modified time | relevance | path

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

/linux/net/
H A Dcompat.c349 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3() argument
H A Dsocket.c2802 SYSCALL_DEFINE3(sendmsg, int, fd, struct user_msghdr __user *, msg, unsigned int, flags) in SYSCALL_DEFINE3() argument
/linux/include/linux/
H A Dnet.h242 int (*sendmsg) (struct socket *sock, struct msghdr *m, member
/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/tools/testing/selftests/landlock/
H A Dnet_test.c3232 TEST_F(audit,sendmsg) TEST_F() argument
/linux/net/core/
H A Dskbuff.c3312 int len, sendmsg_func sendmsg, int flags) in __skb_send_sock()