Home
last modified time | relevance | path

Searched refs:tcp_tpi_close (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/inet/
H A Dtcp_impl.h698 extern int tcp_tpi_close(queue_t *, int);
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp.c319 NULL, (pfi_t)tcp_rsrv, tcp_openv4, tcp_tpi_close, NULL, &tcp_rinfo
323 NULL, (pfi_t)tcp_rsrv, tcp_openv6, tcp_tpi_close, NULL, &tcp_rinfo
H A Dtcp_tpi.c336 tcp_tpi_close(queue_t *q, int flags) in tcp_tpi_close() function