Searched refs:no_delay_int (Results 1 – 1 of 1) sorted by relevance
1392 int no_delay_int; in set_tcp_nodelay() local1398 no_delay_int = *(int *)value; in set_tcp_nodelay()1400 if ((no_delay_int < 0) || (no_delay_int > 1)) { in set_tcp_nodelay()1404 conn->tcp_nodelay = (bool)no_delay_int; in set_tcp_nodelay()1411 int no_delay_int = (int)conn->tcp_nodelay; in get_tcp_nodelay() local1413 *((int *)value) = no_delay_int; in get_tcp_nodelay()