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()
815 static int tipc_wait_for_sndmsg(struct socket *sock, long *timeo_p) in tipc_wait_for_sndmsg()
853 static int tipc_sendmsg(struct socket *sock, in tipc_sendmsg()
866 static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dsz) in __tipc_sendmsg()
969 static int tipc_wait_for_sndpkt(struct socket *sock, long *timeo_p) in tipc_wait_for_sndpkt()
1010 static int tipc_send_stream(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_send_stream()
1022 static int __tipc_send_stream(struct socket *sock, struct msghdr *m, size_t dsz) in __tipc_send_stream()
1105 static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_send_packet()
1250 static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop) in tipc_wait_for_rcvmsg()
1294 static int tipc_recvmsg(struct socket *sock, struct msghdr *m, size_t buf_len, in tipc_recvmsg()
1388 static int tipc_recv_stream(struct socket *sock, struct msghdr *m, in tipc_recv_stream()
1544 struct socket *sock = sk->sk_socket; in filter_connect() local
1659 struct socket *sock = sk->sk_socket; in filter_rcv() local
1850 static int tipc_wait_for_connect(struct socket *sock, long *timeo_p) in tipc_wait_for_connect()
1881 static int tipc_connect(struct socket *sock, struct sockaddr *dest, in tipc_connect()
1969 static int tipc_listen(struct socket *sock, int len) in tipc_listen()
1987 static int tipc_wait_for_accept(struct socket *sock, long timeo) in tipc_wait_for_accept()
2030 static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags) in tipc_accept()
2109 static int tipc_shutdown(struct socket *sock, int how) in tipc_shutdown()
2384 static int tipc_setsockopt(struct socket *sock, int lvl, int opt, in tipc_setsockopt()
2443 static int tipc_getsockopt(struct socket *sock, int lvl, int opt, in tipc_getsockopt()
2500 static int tipc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in tipc_ioctl()
2844 struct nlattr *sock[TIPC_NLA_SOCK_MAX + 1]; in tipc_nl_publ_dump() local