Searched refs:tcp_create_common (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ |
H A D | tcp_impl.h | 570 extern conn_t *tcp_create_common(cred_t *, boolean_t, boolean_t, int *);
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 766 connp = tcp_create_common(credp, isv6, B_TRUE, errorp); in tcp_create()
|
H A D | tcp.c | 2597 tcp_create_common(cred_t *credp, boolean_t isv6, boolean_t issocket, in tcp_create_common() function 2800 connp = tcp_create_common(credp, isv6, issocket, &err); in tcp_open()
|