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

/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c1123 if (listener->tcp_ip_addr_cache) {
1124 kmem_free((void *)listener->tcp_ip_addr_cache,
1126 listener->tcp_ip_addr_cache = NULL;
1130 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache);
H A Dtcp_tpi.c1352 if (listener->tcp_ip_addr_cache != NULL) {
1353 kmem_free(listener->tcp_ip_addr_cache,
1355 listener->tcp_ip_addr_cache = NULL;
2030 if (listener->tcp_ip_addr_cache) {
2031 kmem_free((void *)listener->tcp_ip_addr_cache,
2033 listener->tcp_ip_addr_cache = NULL;
2037 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache);
H A Dtcp_timers.c668 listener->tcp_ip_addr_cache = kmem_zalloc(
H A Dtcp.c1299 if (tcp->tcp_ip_addr_cache) {
1300 kmem_free((void *)tcp->tcp_ip_addr_cache,
1302 tcp->tcp_ip_addr_cache = NULL;
H A Dtcp_input.c1738 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache);
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h319 #define tcp_ip_addr_cache tcp_reass_tail macro

Completed in 120 milliseconds