Searched refs:conn_lingertime (Results 1 – 6 of 6) sorted by relevance
612 lgr->l_linger = connp->conn_lingertime; in conn_opt_get()1089 connp->conn_lingertime = lgr->l_linger; in conn_opt_set_socket()1092 connp->conn_lingertime = 0; in conn_opt_set_socket()2929 econnp->conn_lingertime = lconnp->conn_lingertime; in conn_inherit_parent()
332 if (connp->conn_linger && connp->conn_lingertime == 0) { in sctp_disconnect()364 if (connp->conn_linger && connp->conn_lingertime > 0 && in sctp_disconnect()373 connp->conn_lingertime * hz; in sctp_disconnect()
268 int conn_lingertime; /* linger time (in seconds) */ member
1511 if (connp->conn_linger && connp->conn_lingertime == 0) { in tcp_close_output()1557 if (connp->conn_linger && connp->conn_lingertime > 0 && in tcp_close_output()1569 connp->conn_lingertime * MILLISEC); in tcp_close_output()
1126 if (connp->conn_linger && connp->conn_lingertime > 0) { in tcp_close_common()
954 connp->conn_lingertime, sctp->sctp_refcnt); in sctp()