Home
last modified time | relevance | path

Searched refs:conn_lingertime (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ip/
H A Dconn_opt.c612 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()
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp.c332 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()
/titanic_44/usr/src/uts/common/inet/
H A Dipclassifier.h268 int conn_lingertime; /* linger time (in seconds) */ member
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1511 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()
H A Dtcp.c1126 if (connp->conn_linger && connp->conn_lingertime > 0) { in tcp_close_common()
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c954 connp->conn_lingertime, sctp->sctp_refcnt); in sctp()