Home
last modified time | relevance | path

Searched refs:so_filter_tx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c648 while (so->so_filter_tx > 0) in sof_sonode_closing()
1718 so->so_filter_tx++; in sof_inject_data_out()
1725 ASSERT(so->so_filter_tx > 0); in sof_inject_data_out()
1726 so->so_filter_tx--; in sof_inject_data_out()
H A Dsockcommon.c490 so->so_filter_tx = 0; in sonode_constructor()
534 ASSERT(so->so_filter_tx == 0); in sonode_destructor()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h246 uint_t so_filter_tx; /* pending tx ops */ member