Lines Matching refs:sonode

106 	struct sonode *so;  in so_socket()
175 struct sonode *
180 struct sonode *so; in getsonode()
226 copyin_name(struct sonode *so, struct sockaddr *name, socklen_t *namelenp, in copyin_name()
357 struct sonode *so1, *so2; in so_socketpair()
446 struct sonode *nso; in so_socketpair()
563 struct sonode *so; in bind()
614 struct sonode *so; in listen()
636 struct sonode *so; in accept()
640 struct sonode *nso; in accept()
786 struct sonode *so; in connect()
821 struct sonode *so; in shutdown()
845 struct sonode *so; in recvit()
1215 struct sonode *so; in sendit()
1528 struct sonode *so; in getpeername()
1565 struct sonode *so; in getsockname()
1603 struct sonode *so; in getsockopt()
1651 struct sonode *so; in setsockopt()
2197 struct sonode *so = NULL; in snf_async_read()
2765 struct sonode *so; in snf_segmap()
2801 struct sonode *so = NULL; in snf_cache()
3076 soaccept(struct sonode *so, int fflag, struct sonode **nsop) in soaccept()
3082 sobind(struct sonode *so, struct sockaddr *name, socklen_t namelen, in sobind()
3095 solisten(struct sonode *so, int backlog) in solisten()
3101 soconnect(struct sonode *so, struct sockaddr *name, socklen_t namelen, in soconnect()
3108 sorecvmsg(struct sonode *so, struct nmsghdr *msg, struct uio *uiop) in sorecvmsg()
3114 sosendmsg(struct sonode *so, struct nmsghdr *msg, struct uio *uiop) in sosendmsg()
3120 soshutdown(struct sonode *so, int how) in soshutdown()
3126 sogetsockopt(struct sonode *so, int level, int option_name, void *optval, in sogetsockopt()
3134 sosetsockopt(struct sonode *so, int level, int option_name, const void *optval, in sosetsockopt()
3145 struct sonode *
3149 struct sonode *so; in socreate()