Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h268 #define SOMOD 0x0001 /* update socket modification time */ macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c4203 so_update_attrs(so, SOMOD); in sotpi_sendmsg()
4375 so_update_attrs(so, SOMOD); in sotpi_sendmsg()
4384 so_update_attrs(so, SOMOD); in sotpi_sendmsg()
4393 so_update_attrs(so, SOMOD); in sotpi_sendmsg()
H A Dsocksubr.c208 if (flag & SOMOD) in so_update_attrs()