Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c1358 if (listener->tcp_ip_addr_cache != NULL) { in tcp_tli_accept()
1359 kmem_free(listener->tcp_ip_addr_cache, in tcp_tli_accept()
1361 listener->tcp_ip_addr_cache = NULL; in tcp_tli_accept()
2037 if (listener->tcp_ip_addr_cache) { in tcp_send_conn_ind()
2038 kmem_free((void *)listener->tcp_ip_addr_cache, in tcp_send_conn_ind()
2040 listener->tcp_ip_addr_cache = NULL; in tcp_send_conn_ind()
2044 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache); in tcp_send_conn_ind()
H A Dtcp_socket.c1135 if (listener->tcp_ip_addr_cache) { in tcp_newconn_notify()
1136 kmem_free((void *)listener->tcp_ip_addr_cache, in tcp_newconn_notify()
1138 listener->tcp_ip_addr_cache = NULL; in tcp_newconn_notify()
1142 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.c1301 if (tcp->tcp_ip_addr_cache) { in tcp_closei_local()
1302 kmem_free((void *)tcp->tcp_ip_addr_cache, in tcp_closei_local()
1304 tcp->tcp_ip_addr_cache = NULL; in tcp_closei_local()
H A Dtcp_input.c1850 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache); in tcp_input_listener()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h324 #define tcp_ip_addr_cache tcp_reass_tail macro