Searched refs:so_sndtimeo (Results 1 – 5 of 5) sorted by relevance
274 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()1744 value = drv_hztousec(so->so_sndtimeo); in socket_getopt_common()
583 so->so_sndtimeo = 0; in sonode_init()
814 so->so_sndtimeo = drv_usectohz(t_usec); in so_setsockopt()
5259 val = drv_hztousec(so->so_sndtimeo); in sotpi_getsockopt()5591 so->so_sndtimeo = drv_usectohz(val); in sotpi_setsockopt()
191 clock_t so_sndtimeo; /* send timeout */ member