Searched refs:TCP_DEBUG_GETPCSTACK (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | tcp.h | 502 #define TCP_DEBUG_GETPCSTACK(buffer, depth) ((void) getpcstack(buffer, \ macro 505 #define TCP_DEBUG_GETPCSTACK(buffer, depth) macro
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_time_wait.c | 427 TCP_DEBUG_GETPCSTACK(tcp->tcmp_stk, 15); in tcp_time_wait_collector() 455 TCP_DEBUG_GETPCSTACK(tcp->tcmp_stk, 15); in tcp_time_wait_collector()
|
H A D | tcp_input.c | 1059 TCP_DEBUG_GETPCSTACK(eager->tcmp_stk, 15); in tcp_eager_blowoff() 1088 TCP_DEBUG_GETPCSTACK(eager->tcmp_stk, 15); in tcp_eager_cleanup() 1104 TCP_DEBUG_GETPCSTACK(eager->tcmp_stk, 15); in tcp_eager_cleanup() 1836 TCP_DEBUG_GETPCSTACK(eager->tcmp_stk, 15); in tcp_input_listener()
|
H A D | tcp.c | 1072 TCP_DEBUG_GETPCSTACK(tcp->tcmp_stk, 15); in tcp_close_common()
|