Lines Matching refs:sonode
177 static void sotpi_destroy(struct sonode *);
178 static struct sonode *sotpi_create(struct sockparams *, int, int, int, int,
181 static boolean_t sotpi_info_create(struct sonode *, int);
182 static void sotpi_info_init(struct sonode *);
183 static void sotpi_info_fini(struct sonode *);
184 static void sotpi_info_destroy(struct sonode *);
200 static int sotpi_unbind(struct sonode *, int);
203 int sotpi_init(struct sonode *, struct sonode *, struct cred *,
205 static int sotpi_accept(struct sonode *, int, struct cred *,
206 struct sonode **);
207 static int sotpi_bind(struct sonode *, struct sockaddr *, socklen_t,
209 static int sotpi_listen(struct sonode *, int, struct cred *);
210 static int sotpi_connect(struct sonode *, struct sockaddr *,
212 extern int sotpi_recvmsg(struct sonode *, struct nmsghdr *,
214 static int sotpi_sendmsg(struct sonode *, struct nmsghdr *,
216 static int sotpi_sendmblk(struct sonode *, struct nmsghdr *, int,
218 static int sosend_dgramcmsg(struct sonode *, struct sockaddr *, socklen_t,
220 static int sodgram_direct(struct sonode *, struct sockaddr *,
222 extern int sotpi_getpeername(struct sonode *, struct sockaddr *,
224 static int sotpi_getsockname(struct sonode *, struct sockaddr *,
226 static int sotpi_shutdown(struct sonode *, int, struct cred *);
227 extern int sotpi_getsockopt(struct sonode *, int, int, void *,
229 extern int sotpi_setsockopt(struct sonode *, int, int, const void *,
231 static int sotpi_ioctl(struct sonode *, int, intptr_t, int, struct cred *,
235 static int sotpi_poll(struct sonode *, short, int, short *,
237 static int sotpi_close(struct sonode *, int, struct cred *);
275 static struct sonode *
279 struct sonode *so; in sotpi_create()
329 sotpi_destroy(struct sonode *so) in sotpi_destroy()
367 sotpi_init(struct sonode *so, struct sonode *tso, struct cred *cr, int flags) in sotpi_init()
585 so_automatic_bind(struct sonode *so) in so_automatic_bind()
625 sotpi_bindlisten(struct sonode *so, struct sockaddr *name, in sotpi_bindlisten()
1384 sotpi_bind(struct sonode *so, struct sockaddr *name, socklen_t namelen, in sotpi_bind()
1401 sotpi_unbind(struct sonode *so, int flags) in sotpi_unbind()
1482 sotpi_listen(struct sonode *so, int backlog, struct cred *cr) in sotpi_listen()
1568 sodisconnect(struct sonode *so, t_scalar_t seqno, int flags) in sodisconnect()
1641 sotpi_accept(struct sonode *so, int fflag, struct cred *cr, in sotpi_accept()
1642 struct sonode **nsop) in sotpi_accept()
1648 struct sonode *nso; in sotpi_accept()
2173 sotpi_connect(struct sonode *so, in sotpi_connect()
2604 sotpi_shutdown(struct sonode *so, int how, struct cred *cr) in sotpi_shutdown()
2797 so_unix_close(struct sonode *so) in so_unix_close()
2955 sorecv_update_oobstate(struct sonode *so) in sorecv_update_oobstate()
2979 nl7c_sorecv(struct sonode *so, mblk_t **rmp, uio_t *uiop, rval_t *rp) in nl7c_sorecv()
3055 sotpi_recvmsg(struct sonode *so, struct nmsghdr *msg, struct uio *uiop, in sotpi_recvmsg()
3644 sosend_dgramcmsg(struct sonode *so, struct sockaddr *name, socklen_t namelen, in sosend_dgramcmsg()
3819 sosend_svccmsg(struct sonode *so, struct uio *uiop, int more, void *control, in sosend_svccmsg()
3958 sosend_dgram(struct sonode *so, struct sockaddr *name, socklen_t namelen, in sosend_dgram()
4098 sosend_svc(struct sonode *so, struct uio *uiop, t_scalar_t prim, int more, in sosend_svc()
4185 sotpi_sendmsg(struct sonode *so, struct nmsghdr *msg, struct uio *uiop, in sotpi_sendmsg()
4485 struct sonode *so; in kstrwritemp()
4558 sotpi_sendmblk(struct sonode *so, struct nmsghdr *msg, int fflag, in sotpi_sendmblk()
4587 sodgram_direct(struct sonode *so, struct sockaddr *name, in sodgram_direct()
4701 sostream_direct(struct sonode *so, struct uio *uiop, mblk_t *mp, cred_t *cr) in sostream_direct()
4818 sotpi_getpeername(struct sonode *so, struct sockaddr *name, socklen_t *namelen, in sotpi_getpeername()
4954 sotpi_getsockname(struct sonode *so, struct sockaddr *name, socklen_t *namelen, in sotpi_getsockname()
5081 sotpi_getsockopt(struct sonode *so, int level, int option_name, in sotpi_getsockopt()
5436 sotpi_setsockopt(struct sonode *so, int level, int option_name, in sotpi_setsockopt()
5677 sotpi_close(struct sonode *so, int flag, struct cred *cr) in sotpi_close()
5747 sotpi_ioctl(struct sonode *so, int cmd, intptr_t arg, int mode, in sotpi_ioctl()
5984 struct sonode *so = VTOSO(vp); in socktpi_plumbioctl()
6179 struct sonode *so, in sotpi_poll()
6328 struct sonode *so = (struct sonode *)buf; in socktpi_unix_constructor()
6348 struct sonode *so = (struct sonode *)buf; in socktpi_unix_destructor()
6389 sotpi_convert_sonode(struct sonode *so, struct sockparams *newsp, in sotpi_convert_sonode()
6474 sotpi_revert_sonode(struct sonode *so, struct cred *cr) in sotpi_revert_sonode()
6500 sotpi_update_state(struct sonode *so, struct T_capability_ack *tcap, in sotpi_update_state()
6533 so_alloc_addr(struct sonode *so, t_uscalar_t maxlen) in so_alloc_addr()
6557 sotpi_sototpi(struct sonode *so) in sotpi_sototpi()
6623 sotpi_info_create(struct sonode *so, int kmflags) in sotpi_info_create()
6645 sotpi_info_init(struct sonode *so) in sotpi_info_init()
6696 sotpi_info_fini(struct sonode *so) in sotpi_info_fini()
6771 sotpi_info_destroy(struct sonode *so) in sotpi_info_destroy()