Lines Matching refs:socket
103 static int tipc_release(struct socket *sock);
104 static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags);
105 static int tipc_wait_for_sndmsg(struct socket *sock, long *timeo_p);
292 static int tipc_sk_create(struct net *net, struct socket *sock, in tipc_sk_create()
379 int tipc_sock_create_local(int type, struct socket **res) in tipc_sock_create_local()
400 void tipc_sock_release_local(struct socket *sock) in tipc_sock_release_local()
417 int tipc_sock_accept_local(struct socket *sock, struct socket **newsock, in tipc_sock_accept_local()
453 static int tipc_release(struct socket *sock) in tipc_release()
534 static int tipc_bind(struct socket *sock, struct sockaddr *uaddr, in tipc_bind()
592 static int tipc_getname(struct socket *sock, struct sockaddr *uaddr, in tipc_getname()
659 static unsigned int tipc_poll(struct file *file, struct socket *sock, in tipc_poll()
702 static int tipc_sendmcast(struct socket *sock, struct tipc_name_seq *seq, in tipc_sendmcast()
854 static int tipc_wait_for_sndmsg(struct socket *sock, long *timeo_p) in tipc_wait_for_sndmsg()
893 static int tipc_sendmsg(struct kiocb *iocb, struct socket *sock, in tipc_sendmsg()
1006 static int tipc_wait_for_sndpkt(struct socket *sock, long *timeo_p) in tipc_wait_for_sndpkt()
1048 static int tipc_send_stream(struct kiocb *iocb, struct socket *sock, in tipc_send_stream()
1131 static int tipc_send_packet(struct kiocb *iocb, struct socket *sock, in tipc_send_packet()
1273 static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop) in tipc_wait_for_rcvmsg()
1318 static int tipc_recvmsg(struct kiocb *iocb, struct socket *sock, in tipc_recvmsg()
1414 static int tipc_recv_stream(struct kiocb *iocb, struct socket *sock, in tipc_recv_stream()
1564 struct socket *sock = sk->sk_socket; in filter_connect()
1680 struct socket *sock = sk->sk_socket; in filter_rcv()
1802 static int tipc_wait_for_connect(struct socket *sock, long *timeo_p) in tipc_wait_for_connect()
1833 static int tipc_connect(struct socket *sock, struct sockaddr *dest, in tipc_connect()
1912 static int tipc_listen(struct socket *sock, int len) in tipc_listen()
1930 static int tipc_wait_for_accept(struct socket *sock, long timeo) in tipc_wait_for_accept()
1974 static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags) in tipc_accept()
2053 static int tipc_shutdown(struct socket *sock, int how) in tipc_shutdown()
2552 static int tipc_setsockopt(struct socket *sock, int lvl, int opt, in tipc_setsockopt()
2611 static int tipc_getsockopt(struct socket *sock, int lvl, int opt, in tipc_getsockopt()
2668 static int tipc_ioctl(struct socket *sk, unsigned int cmd, unsigned long arg) in tipc_ioctl()