Lines Matching defs:sock

70 	struct sockaddr_tipc sock;  member
404 static int tipc_sk_sock_err(struct socket *sock, long *timeout) in tipc_sk_sock_err()
461 static int tipc_sk_create(struct net *net, struct socket *sock, in tipc_sk_create()
551 static void __tipc_shutdown(struct socket *sock, int error) in __tipc_shutdown()
627 static int tipc_release(struct socket *sock) in tipc_release()
677 static int __tipc_bind(struct socket *sock, struct sockaddr *skaddr, int alen) in __tipc_bind()
706 int tipc_sk_bind(struct socket *sock, struct sockaddr *skaddr, int alen) in tipc_sk_bind()
716 static int tipc_bind(struct socket *sock, struct sockaddr *skaddr, int alen) in tipc_bind()
747 static int tipc_getname(struct socket *sock, struct sockaddr *uaddr, in tipc_getname()
792 static __poll_t tipc_poll(struct file *file, struct socket *sock, in tipc_poll()
844 static int tipc_sendmcast(struct socket *sock, struct tipc_uaddr *ua, in tipc_sendmcast()
958 static int tipc_send_group_unicast(struct socket *sock, struct msghdr *m, in tipc_send_group_unicast()
1002 static int tipc_send_group_anycast(struct socket *sock, struct msghdr *m, in tipc_send_group_anycast()
1084 static int tipc_send_group_bcast(struct socket *sock, struct msghdr *m, in tipc_send_group_bcast()
1158 static int tipc_send_group_mcast(struct socket *sock, struct msghdr *m, in tipc_send_group_mcast()
1397 static int tipc_sendmsg(struct socket *sock, in tipc_sendmsg()
1410 static int __tipc_sendmsg(struct socket *sock, struct msghdr *m, size_t dlen) in __tipc_sendmsg()
1545 static int tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_sendstream()
1557 static int __tipc_sendstream(struct socket *sock, struct msghdr *m, size_t dlen) in __tipc_sendstream()
1652 static int tipc_send_packet(struct socket *sock, struct msghdr *m, size_t dsz) in tipc_send_packet()
1833 static int tipc_wait_for_rcvmsg(struct socket *sock, long *timeop) in tipc_wait_for_rcvmsg()
1886 static int tipc_recvmsg(struct socket *sock, struct msghdr *m, in tipc_recvmsg()
2015 static int tipc_recvstream(struct socket *sock, struct msghdr *m, in tipc_recvstream()
2529 static int tipc_wait_for_connect(struct socket *sock, long *timeo_p) in tipc_wait_for_connect()
2573 static int tipc_connect(struct socket *sock, struct sockaddr *dest, in tipc_connect()
2667 static int tipc_listen(struct socket *sock, int len) in tipc_listen()
2679 static int tipc_wait_for_accept(struct socket *sock, long timeo) in tipc_wait_for_accept()
2720 static int tipc_accept(struct socket *sock, struct socket *new_sock, int flags, in tipc_accept()
2800 static int tipc_shutdown(struct socket *sock, int how) in tipc_shutdown()
3143 static int tipc_setsockopt(struct socket *sock, int lvl, int opt, in tipc_setsockopt()
3237 static int tipc_getsockopt(struct socket *sock, int lvl, int opt, in tipc_getsockopt()
3304 static int tipc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in tipc_ioctl()
3795 struct nlattr *sock[TIPC_NLA_SOCK_MAX + 1]; in tipc_nl_publ_dump() local