Home
last modified time | relevance | path

Searched refs:sofi_sonode (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c751 inst->sofi_sonode = so; in sof_instance_create()
772 struct sonode *so = inst->sofi_sonode; in sof_instance_destroy()
774 ASSERT(inst->sofi_sonode != NULL); in sof_instance_destroy()
1522 struct sonode *so = inst->sofi_sonode; in sof_newconn_ready()
1578 struct sonode *so = inst->sofi_sonode; in sof_bypass()
1602 struct sonode *so = inst->sofi_sonode; in sof_rcv_flowctrl()
1640 struct sonode *so = inst->sofi_sonode; in sof_snd_flowctrl()
1709 struct sonode *so = inst->sofi_sonode; in sof_inject_data_out()
1721 error = so_sendmblk_impl(inst->sofi_sonode, msg, FNONBLOCK, in sof_inject_data_out()
1793 so = inst->sofi_sonode; in sof_newconn_move()
[all …]
H A Dsockfilter_impl.h118 struct sonode *sofi_sonode; /* socket instance is attached to */ member