• Home
  • Raw
  • Download

Lines Matching defs:sock

607 static int unix_listen(struct socket *sock, int backlog)  in unix_listen()
764 static struct sock *unix_create1(struct net *net, struct socket *sock, int kern) in unix_create1()
805 static int unix_create(struct net *net, struct socket *sock, int protocol, in unix_create()
837 static int unix_release(struct socket *sock) in unix_release()
850 static int unix_autobind(struct socket *sock) in unix_autobind()
995 static int unix_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) in unix_bind()
1111 static int unix_dgram_connect(struct socket *sock, struct sockaddr *addr, in unix_dgram_connect()
1212 static int unix_stream_connect(struct socket *sock, struct sockaddr *uaddr, in unix_stream_connect()
1431 static int unix_accept(struct socket *sock, struct socket *newsock, int flags, in unix_accept()
1476 static int unix_getname(struct socket *sock, struct sockaddr *uaddr, int peer) in unix_getname()
1524 static bool unix_passcred_enabled(const struct socket *sock, in unix_passcred_enabled()
1537 static void maybe_add_creds(struct sk_buff *skb, const struct socket *sock, in maybe_add_creds()
1581 static int unix_dgram_sendmsg(struct socket *sock, struct msghdr *msg, in unix_dgram_sendmsg()
1787 static int unix_stream_sendmsg(struct socket *sock, struct msghdr *msg, in unix_stream_sendmsg()
2002 static int unix_seqpacket_sendmsg(struct socket *sock, struct msghdr *msg, in unix_seqpacket_sendmsg()
2021 static int unix_seqpacket_recvmsg(struct socket *sock, struct msghdr *msg, in unix_seqpacket_recvmsg()
2042 static int unix_dgram_recvmsg(struct socket *sock, struct msghdr *msg, in unix_dgram_recvmsg()
2208 struct socket *sock = state->socket; in unix_stream_read_generic() local
2412 static int unix_stream_recvmsg(struct socket *sock, struct msghdr *msg, in unix_stream_recvmsg()
2435 static ssize_t unix_stream_splice_read(struct socket *sock, loff_t *ppos, in unix_stream_splice_read()
2457 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown()
2569 static int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_ioctl()
2598 static int unix_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_compat_ioctl()
2604 static __poll_t unix_poll(struct file *file, struct socket *sock, poll_table *wait) in unix_poll()
2639 static __poll_t unix_dgram_poll(struct file *file, struct socket *sock, in unix_dgram_poll()