Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1352 if (listener->tcp_ip_addr_cache != NULL) { in tcp_tli_accept()
1353 kmem_free(listener->tcp_ip_addr_cache, in tcp_tli_accept()
1355 listener->tcp_ip_addr_cache = NULL; in tcp_tli_accept()
2030 if (listener->tcp_ip_addr_cache) { in tcp_send_conn_ind()
2031 kmem_free((void *)listener->tcp_ip_addr_cache, in tcp_send_conn_ind()
2033 listener->tcp_ip_addr_cache = NULL; in tcp_send_conn_ind()
2037 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache); in tcp_send_conn_ind()
H A Dtcp_socket.c1128 if (listener->tcp_ip_addr_cache) { in tcp_newconn_notify()
1129 kmem_free((void *)listener->tcp_ip_addr_cache, in tcp_newconn_notify()
1131 listener->tcp_ip_addr_cache = NULL; in tcp_newconn_notify()
1135 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache); in tcp_newconn_notify()
H A Dtcp_timers.c693 listener->tcp_ip_addr_cache = kmem_zalloc( in tcp_timer()
H A Dtcp.c1298 if (tcp->tcp_ip_addr_cache) { in tcp_closei_local()
1299 kmem_free((void *)tcp->tcp_ip_addr_cache, in tcp_closei_local()
1301 tcp->tcp_ip_addr_cache = NULL; in tcp_closei_local()
H A Dtcp_input.c1741 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache); in tcp_input_listener()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h321 #define tcp_ip_addr_cache tcp_reass_tail macro