Searched refs:so_linger (Results 1 – 9 of 9) sorted by relevance
76 short so_linger; /* time to linger while closing */ member173 short so_linger; member
604 so->so_linger = head->so_linger;878 so->so_linger * hz);2546 so->so_linger = l.l_linger;2791 l.l_linger = so->so_linger;3622 xso->so_linger = so->so_linger;3715 return (so->so_linger);3725 so->so_linger = val;
445 db_printf("so_linger: %d ", so->so_linger); in db_print_socket()
484 if ((so->so_options & SO_LINGER) && so->so_linger == 0) in sdp_attach()485 so->so_linger = TCP_LINGERTIME; in sdp_attach()752 } else if ((so->so_options & SO_LINGER) && so->so_linger == 0) { in sdp_start_disconnect()
166 xso->so_linger = so->so_linger; in sotoxsocket()
154 if ((so->so_options & SO_LINGER) && so->so_linger == 0) in tcp_usr_attach()155 so->so_linger = TCP_LINGERTIME; in tcp_usr_attach()2015 } else if ((so->so_options & SO_LINGER) && so->so_linger == 0) { in tcp_disconnect()
541 if (((so->so_options & SO_LINGER) && (so->so_linger == 0)) || in sctp_close()705 (so->so_linger == 0)) || in sctp_disconnect()
274 /* Define to 1 if the system has the type `struct so_linger'. */
692 AC_CHECK_TYPES([struct so_linger],