Searched refs:tcp_ip_addr_cache (Results 1 – 6 of 6) sorted by relevance
1358 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()
1135 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()
693 listener->tcp_ip_addr_cache = kmem_zalloc( in tcp_timer()
1301 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()
1868 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache); in tcp_input_listener()
324 #define tcp_ip_addr_cache tcp_reass_tail macro