Searched refs:so_sndtimeo (Results 1 – 5 of 5) sorted by relevance
273 if (so->so_sndtimeo == 0) { in so_snd_wait_qnotfull_locked()280 &so->so_lock, so->so_sndtimeo, TR_CLOCK_TICK); in so_snd_wait_qnotfull_locked()1284 so->so_sndtimeo = pso->so_sndtimeo; in socket_init_common()1735 value = drv_hztousec(so->so_sndtimeo); in socket_getopt_common()
576 so->so_sndtimeo = 0; in sonode_init()
846 so->so_sndtimeo = drv_usectohz(t_usec); in so_setsockopt()
5321 val = drv_hztousec(so->so_sndtimeo); in sotpi_getsockopt()5654 so->so_sndtimeo = drv_usectohz(val); in sotpi_setsockopt()
188 clock_t so_sndtimeo; /* send timeout */ member