Lines Matching defs:sock

326 static int tipc_sk_create(struct net *net, struct socket *sock,  in tipc_sk_create()
421 static int tipc_release(struct socket *sock) in tipc_release()
500 static int tipc_bind(struct socket *sock, struct sockaddr *uaddr, in tipc_bind()
558 static int tipc_getname(struct socket *sock, struct sockaddr *uaddr, in tipc_getname()
626 static unsigned int tipc_poll(struct file *file, struct socket *sock, in tipc_poll()
669 static int tipc_sendmcast(struct socket *sock, struct tipc_name_seq *seq, in tipc_sendmcast()
809 static int tipc_wait_for_sndmsg(struct socket *sock, long *timeo_p) in tipc_wait_for_sndmsg()
847 static int tipc_sendmsg(struct socket *sock, in tipc_sendmsg()
860 static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dsz) in __tipc_sendmsg()
963 static int tipc_wait_for_sndpkt(struct socket *sock, long *timeo_p) in tipc_wait_for_sndpkt()
1004 static int tipc_send_stream(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_send_stream()
1016 static int __tipc_send_stream(struct socket *sock, struct msghdr *m, size_t dsz) in __tipc_send_stream()
1099 static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_send_packet()
1244 static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop) in tipc_wait_for_rcvmsg()
1288 static int tipc_recvmsg(struct socket *sock, struct msghdr *m, size_t buf_len, in tipc_recvmsg()
1382 static int tipc_recv_stream(struct socket *sock, struct msghdr *m, in tipc_recv_stream()
1538 struct socket *sock = sk->sk_socket; in filter_connect() local
1652 struct socket *sock = sk->sk_socket; in filter_rcv() local
1817 static int tipc_wait_for_connect(struct socket *sock, long *timeo_p) in tipc_wait_for_connect()
1848 static int tipc_connect(struct socket *sock, struct sockaddr *dest, in tipc_connect()
1936 static int tipc_listen(struct socket *sock, int len) in tipc_listen()
1954 static int tipc_wait_for_accept(struct socket *sock, long timeo) in tipc_wait_for_accept()
1998 static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags) in tipc_accept()
2077 static int tipc_shutdown(struct socket *sock, int how) in tipc_shutdown()
2351 static int tipc_setsockopt(struct socket *sock, int lvl, int opt, in tipc_setsockopt()
2410 static int tipc_getsockopt(struct socket *sock, int lvl, int opt, in tipc_getsockopt()
2467 static int tipc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in tipc_ioctl()
2811 struct nlattr *sock[TIPC_NLA_SOCK_MAX + 1]; in tipc_nl_publ_dump() local