Lines Matching defs:sock
551 static int ax25_setsockopt(struct socket *sock, int level, int optname, in ax25_setsockopt()
702 static int ax25_getsockopt(struct socket *sock, int level, int optname, in ax25_getsockopt()
799 static int ax25_listen(struct socket *sock, int backlog) in ax25_listen()
828 static int ax25_create(struct net *net, struct socket *sock, int protocol, in ax25_create()
979 static int ax25_release(struct socket *sock) in ax25_release()
1077 static int ax25_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) in ax25_bind()
1157 static int __must_check ax25_connect(struct socket *sock, in ax25_connect()
1367 static int ax25_accept(struct socket *sock, struct socket *newsock, int flags, in ax25_accept()
1435 static int ax25_getname(struct socket *sock, struct sockaddr *uaddr, in ax25_getname()
1483 static int ax25_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) in ax25_sendmsg()
1652 static int ax25_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, in ax25_recvmsg()
1752 static int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in ax25_ioctl()