• Home
  • Raw
  • Download

Lines Matching defs:sock

296 static int tipc_sk_create(struct net *net, struct socket *sock,  in tipc_sk_create()
399 static int tipc_release(struct socket *sock) in tipc_release()
478 static int tipc_bind(struct socket *sock, struct sockaddr *uaddr, in tipc_bind()
536 static int tipc_getname(struct socket *sock, struct sockaddr *uaddr, in tipc_getname()
604 static unsigned int tipc_poll(struct file *file, struct socket *sock, in tipc_poll()
647 static int tipc_sendmcast(struct socket *sock, struct tipc_name_seq *seq, in tipc_sendmcast()
792 static int tipc_wait_for_sndmsg(struct socket *sock, long *timeo_p) in tipc_wait_for_sndmsg()
830 static int tipc_sendmsg(struct socket *sock, in tipc_sendmsg()
843 static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dsz) in __tipc_sendmsg()
946 static int tipc_wait_for_sndpkt(struct socket *sock, long *timeo_p) in tipc_wait_for_sndpkt()
987 static int tipc_send_stream(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_send_stream()
999 static int __tipc_send_stream(struct socket *sock, struct msghdr *m, size_t dsz) in __tipc_send_stream()
1084 static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_send_packet()
1243 static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop) in tipc_wait_for_rcvmsg()
1287 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()
1536 struct socket *sock = sk->sk_socket; in filter_connect() local
1654 struct socket *sock = sk->sk_socket; in filter_rcv() local
1845 static int tipc_wait_for_connect(struct socket *sock, long *timeo_p) in tipc_wait_for_connect()
1876 static int tipc_connect(struct socket *sock, struct sockaddr *dest, in tipc_connect()
1964 static int tipc_listen(struct socket *sock, int len) in tipc_listen()
1982 static int tipc_wait_for_accept(struct socket *sock, long timeo) in tipc_wait_for_accept()
2026 static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags) in tipc_accept()
2105 static int tipc_shutdown(struct socket *sock, int how) in tipc_shutdown()
2383 static int tipc_setsockopt(struct socket *sock, int lvl, int opt, in tipc_setsockopt()
2442 static int tipc_getsockopt(struct socket *sock, int lvl, int opt, in tipc_getsockopt()
2499 static int tipc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in tipc_ioctl()
2843 struct nlattr *sock[TIPC_NLA_SOCK_MAX + 1]; in tipc_nl_publ_dump() local