Lines Matching defs:sock
59 #define tipc_rx_ready(sock) (!skb_queue_empty(&sock->sk->sk_receive_queue) || \ argument
178 static int tipc_create(struct net *net, struct socket *sock, int protocol, in tipc_create()
262 static int release(struct socket *sock) in release()
340 static int bind(struct socket *sock, struct sockaddr *uaddr, int uaddr_len) in bind()
377 static int get_name(struct socket *sock, struct sockaddr *uaddr, in get_name()
445 static unsigned int poll(struct file *file, struct socket *sock, in poll()
519 static int send_msg(struct kiocb *iocb, struct socket *sock, in send_msg()
632 static int send_packet(struct kiocb *iocb, struct socket *sock, in send_packet()
696 static int send_stream(struct kiocb *iocb, struct socket *sock, in send_stream()
797 static int auto_connect(struct socket *sock, struct tipc_msg *msg) in auto_connect()
924 static int recv_msg(struct kiocb *iocb, struct socket *sock, in recv_msg()
1047 static int recv_stream(struct kiocb *iocb, struct socket *sock, in recv_stream()
1217 struct socket *sock = sk->sk_socket; in filter_rcv() local
1364 static int connect(struct socket *sock, struct sockaddr *dest, int destlen, in connect()
1477 static int listen(struct socket *sock, int len) in listen()
1504 static int accept(struct socket *sock, struct socket *new_sock, int flags) in accept()
1593 static int shutdown(struct socket *sock, int how) in shutdown()
1660 static int setsockopt(struct socket *sock, in setsockopt()
1720 static int getsockopt(struct socket *sock, in getsockopt()