Lines Matching refs:socket
30 static int svc_create(struct net *net, struct socket *sock, int protocol,
40 static int svc_shutdown(struct socket *sock, int how) in svc_shutdown()
74 static int svc_release(struct socket *sock) in svc_release()
94 static int svc_bind(struct socket *sock, struct sockaddr *sockaddr, in svc_bind()
150 static int svc_connect(struct socket *sock, struct sockaddr *sockaddr, in svc_connect()
281 static int svc_listen(struct socket *sock, int backlog) in svc_listen()
321 static int svc_accept(struct socket *sock, struct socket *newsock, int flags) in svc_accept()
419 static int svc_getname(struct socket *sock, struct sockaddr *sockaddr, in svc_getname()
452 static int svc_setsockopt(struct socket *sock, int level, int optname, in svc_setsockopt()
497 static int svc_getsockopt(struct socket *sock, int level, int optname, in svc_getsockopt()
525 static int svc_addparty(struct socket *sock, struct sockaddr *sockaddr, in svc_addparty()
555 static int svc_dropparty(struct socket *sock, int ep_ref) in svc_dropparty()
582 static int svc_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in svc_ioctl()
612 static int svc_compat_ioctl(struct socket *sock, unsigned int cmd, in svc_compat_ioctl()
654 static int svc_create(struct net *net, struct socket *sock, int protocol, in svc_create()