Lines Matching defs:sock
535 static int ax25_setsockopt(struct socket *sock, int level, int optname, in ax25_setsockopt()
677 static int ax25_getsockopt(struct socket *sock, int level, int optname, in ax25_getsockopt()
774 static int ax25_listen(struct socket *sock, int backlog) in ax25_listen()
803 static int ax25_create(struct net *net, struct socket *sock, int protocol, in ax25_create()
952 static int ax25_release(struct socket *sock) in ax25_release()
1038 static int ax25_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) in ax25_bind()
1116 static int __must_check ax25_connect(struct socket *sock, in ax25_connect()
1323 static int ax25_accept(struct socket *sock, struct socket *newsock, int flags) in ax25_accept()
1390 static int ax25_getname(struct socket *sock, struct sockaddr *uaddr, in ax25_getname()
1438 static int ax25_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) in ax25_sendmsg()
1604 static int ax25_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, in ax25_recvmsg()
1682 static int ax25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in ax25_ioctl()