• Home
  • Raw
  • Download

Lines Matching defs:sock

635 static int unix_listen(struct socket *sock, int backlog)  in unix_listen()
788 static struct sock *unix_create1(struct net *net, struct socket *sock, int kern) in unix_create1()
830 static int unix_create(struct net *net, struct socket *sock, int protocol, in unix_create()
861 static int unix_release(struct socket *sock) in unix_release()
874 static int unix_autobind(struct socket *sock) in unix_autobind()
1019 static int unix_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) in unix_bind()
1135 static int unix_dgram_connect(struct socket *sock, struct sockaddr *addr, in unix_dgram_connect()
1236 static int unix_stream_connect(struct socket *sock, struct sockaddr *uaddr, in unix_stream_connect()
1455 static int unix_accept(struct socket *sock, struct socket *newsock, int flags) in unix_accept()
1499 static int unix_getname(struct socket *sock, struct sockaddr *uaddr, int *uaddr_len, int peer) in unix_getname()
1594 static bool unix_passcred_enabled(const struct socket *sock, in unix_passcred_enabled()
1607 static void maybe_add_creds(struct sk_buff *skb, const struct socket *sock, in maybe_add_creds()
1651 static int unix_dgram_sendmsg(struct socket *sock, struct msghdr *msg, in unix_dgram_sendmsg()
1862 static int unix_stream_sendmsg(struct socket *sock, struct msghdr *msg, in unix_stream_sendmsg()
2081 static int unix_seqpacket_sendmsg(struct socket *sock, struct msghdr *msg, in unix_seqpacket_sendmsg()
2100 static int unix_seqpacket_recvmsg(struct socket *sock, struct msghdr *msg, in unix_seqpacket_recvmsg()
2121 static int unix_dgram_recvmsg(struct socket *sock, struct msghdr *msg, in unix_dgram_recvmsg()
2280 struct socket *sock = state->socket; in unix_stream_read_generic() local
2487 static int unix_stream_recvmsg(struct socket *sock, struct msghdr *msg, in unix_stream_recvmsg()
2525 static ssize_t unix_stream_splice_read(struct socket *sock, loff_t *ppos, in unix_stream_splice_read()
2547 static int unix_shutdown(struct socket *sock, int mode) in unix_shutdown()
2623 static int unix_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in unix_ioctl()
2648 static unsigned int unix_poll(struct file *file, struct socket *sock, poll_table *wait) in unix_poll()
2683 static unsigned int unix_dgram_poll(struct file *file, struct socket *sock, in unix_dgram_poll()