Home
last modified time | relevance | path

Searched refs:pso (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c405 sof_sonode_inherit_filters(struct sonode *so, struct sonode *pso) in sof_sonode_inherit_filters() argument
448 for (pinst = pso->so_filter_bottom; in sof_sonode_inherit_filters()
1523 struct sonode *pso = so->so_listener; in sof_newconn_ready() local
1555 mutex_enter(&pso->so_acceptq_lock); in sof_newconn_ready()
1557 mutex_exit(&pso->so_acceptq_lock); in sof_newconn_ready()
1560 list_remove(&pso->so_acceptq_defer, so); in sof_newconn_ready()
1561 list_insert_tail(&pso->so_acceptq_list, so); in sof_newconn_ready()
1562 cv_signal(&pso->so_acceptq_cv); in sof_newconn_ready()
1563 mutex_exit(&pso->so_acceptq_lock); in sof_newconn_ready()
1565 mutex_enter(&pso->so_lock); in sof_newconn_ready()
[all …]
H A Dsockcommon_subr.c1274 if (pso != NULL) { in socket_init_common()
1282 mutex_enter(&pso->so_lock); in socket_init_common()
1285 so->so_pgrp = pso->so_pgrp; in socket_init_common()
1286 so->so_rcvtimeo = pso->so_rcvtimeo; in socket_init_common()
1287 so->so_sndtimeo = pso->so_sndtimeo; in socket_init_common()
1288 so->so_xpg_rcvbuf = pso->so_xpg_rcvbuf; in socket_init_common()
1298 so->so_proto_props = pso->so_proto_props; in socket_init_common()
1299 so->so_mode = pso->so_mode; in socket_init_common()
1300 so->so_pollev = pso->so_pollev & SO_POLLEV_ALWAYS; in socket_init_common()
1302 mutex_exit(&pso->so_lock); in socket_init_common()
[all …]
H A Dsockcommon_sops.c121 so_init(struct sonode *so, struct sonode *pso, struct cred *cr, int flags) in so_init() argument
123 return (socket_init_common(so, pso, flags, cr)); in so_init()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c133 sosdp_init(struct sonode *so, struct sonode *pso, struct cred *cr, int flags) in sosdp_init() argument
139 if (pso != NULL) { in sosdp_init()
145 (pso->so_state & SS_ASYNC)); in sosdp_init()
146 sosdp_so_inherit(pso, so); in sosdp_init()
147 so->so_proto_props = pso->so_proto_props; in sosdp_init()
H A Dsocksctp.c185 sosctp_init(struct sonode *so, struct sonode *pso, struct cred *cr, int flags) in sosctp_init() argument
194 if (pso != NULL) { in sosctp_init()
201 pss = SOTOSSO(pso); in sosctp_init()
203 mutex_enter(&pso->so_lock); in sosctp_init()
205 (pso->so_state & SS_ASYNC)); in sosctp_init()
207 so->so_proto_props = pso->so_proto_props; in sosctp_init()
208 so->so_mode = pso->so_mode; in sosctp_init()
209 mutex_exit(&pso->so_lock); in sosctp_init()