Searched refs:tcp_lingertime (Results 1 – 2 of 2) sorted by relevance
155 int tcp_lingertime; /* Close linger time (in seconds) */ member
935 if (tcp->tcp_linger && tcp->tcp_lingertime == 0) { in tcp_close()966 if (tcp->tcp_linger && tcp->tcp_lingertime > 0 && in tcp_close()973 (tcp->tcp_lingertime * 1000); in tcp_close()7057 tcp->tcp_lingertime = lgr->l_linger; in tcp_opt_set()7060 tcp->tcp_lingertime = 0; in tcp_opt_set()