Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h512 extern void *tcp_get_conn(void *arg, tcp_stack_t *);
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp.c1472 tcp_get_conn(void *arg, tcp_stack_t *tcps) in tcp_get_conn() function
2646 connp = (conn_t *)tcp_get_conn(sqp, tcps); in tcp_create_common()
H A Dtcp_input.c1460 econnp = (conn_t *)tcp_get_conn(arg2, tcps); in tcp_input_listener()