Lines Matching refs:sonode

60 static int sosdp_init(struct sonode *, struct sonode *, struct cred *, int);
61 static int sosdp_accept(struct sonode *, int, struct cred *, struct sonode **);
62 static int sosdp_bind(struct sonode *, struct sockaddr *, socklen_t, int,
64 static int sosdp_listen(struct sonode *, int, struct cred *);
65 static int sosdp_connect(struct sonode *, struct sockaddr *, socklen_t,
67 static int sosdp_recvmsg(struct sonode *, struct nmsghdr *, struct uio *,
69 static int sosdp_sendmsg(struct sonode *, struct nmsghdr *, struct uio *,
71 static int sosdp_getpeername(struct sonode *, struct sockaddr *, socklen_t *,
73 static int sosdp_getsockname(struct sonode *, struct sockaddr *, socklen_t *,
75 static int sosdp_shutdown(struct sonode *, int, struct cred *);
76 static int sosdp_getsockopt(struct sonode *, int, int, void *, socklen_t *,
78 static int sosdp_setsockopt(struct sonode *, int, int, const void *,
80 static int sosdp_ioctl(struct sonode *, int, intptr_t, int, struct cred *,
82 static int sosdp_poll(struct sonode *, short, int, short *,
84 static int sosdp_close(struct sonode *, int, struct cred *);
85 void sosdp_fini(struct sonode *, struct cred *);
132 sosdp_init(struct sonode *so, struct sonode *pso, struct cred *cr, int flags) in sosdp_init()
176 sosdp_accept(struct sonode *lso, int fflag, struct cred *cr, in sosdp_accept()
177 struct sonode **nsop) in sosdp_accept()
180 struct sonode *nso; in sosdp_accept()
214 sosdp_bind(struct sonode *so, struct sockaddr *name, socklen_t namelen, in sosdp_bind()
277 sosdp_listen(struct sonode *so, int backlog, struct cred *cr) in sosdp_listen()
327 sosdp_connect(struct sonode *so, struct sockaddr *name, in sosdp_connect()
417 sosdp_recvmsg(struct sonode *so, struct nmsghdr *msg, struct uio *uiop, in sosdp_recvmsg()
483 sosdp_sendmsg(struct sonode *so, struct nmsghdr *msg, struct uio *uiop, in sosdp_sendmsg()
537 sosdp_getpeername(struct sonode *so, struct sockaddr *addr, socklen_t *addrlen, in sosdp_getpeername()
555 sosdp_getsockname(struct sonode *so, struct sockaddr *addr, socklen_t *addrlen, in sosdp_getsockname()
586 sosdp_shutdown(struct sonode *so, int how, struct cred *cr) in sosdp_shutdown()
651 sosdp_getsockopt(struct sonode *so, int level, int option_name, in sosdp_getsockopt()
798 sosdp_setsockopt(struct sonode *so, int level, int option_name, in sosdp_setsockopt()
956 sosdp_ioctl(struct sonode *so, int cmd, intptr_t arg, int mode, in sosdp_ioctl()
1074 sosdp_poll(struct sonode *so, short events, int anyyet, short *reventsp, in sosdp_poll()
1136 sosdp_close(struct sonode *so, int flag, struct cred *cr) in sosdp_close()
1167 sosdp_fini(struct sonode *so, struct cred *cr) in sosdp_fini()
1197 struct sonode *lso = parenthandle; in sdp_sock_newconn()
1198 struct sonode *nso; in sdp_sock_newconn()
1236 struct sonode *so = handle; in sdp_sock_connected()
1258 struct sonode *so = handle; in sdp_sock_disconnected()
1278 struct sonode *so = handle; in sdp_sock_recv()
1294 struct sonode *so = handle; in sdp_sock_xmitted()
1320 struct sonode *so = handle; in sdp_sock_urgdata()
1336 struct sonode *so = handle; in sdp_sock_ordrel()
1350 struct sonode *so = handle; in sdp_sock_connfail()