Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c274 if (so->so_sndtimeo == 0) { in so_snd_wait_qnotfull_locked()
281 &so->so_lock, so->so_sndtimeo, TR_CLOCK_TICK); in so_snd_wait_qnotfull_locked()
1287 so->so_sndtimeo = pso->so_sndtimeo; in socket_init_common()
1738 value = drv_hztousec(so->so_sndtimeo); in socket_getopt_common()
H A Dsockcommon.c583 so->so_sndtimeo = 0; in sonode_init()
H A Dsockcommon_sops.c814 so->so_sndtimeo = drv_usectohz(t_usec); in so_setsockopt()
H A Dsocktpi.c5254 val = drv_hztousec(so->so_sndtimeo); in sotpi_getsockopt()
5585 so->so_sndtimeo = drv_usectohz(val); in sotpi_setsockopt()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h191 clock_t so_sndtimeo; /* send timeout */ member