Searched refs:tcp_ip_addr_cache (Results 1 – 6 of 6) sorted by relevance
1352 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()
1128 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()
693 listener->tcp_ip_addr_cache = kmem_zalloc( in tcp_timer()
1298 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()
1741 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache); in tcp_input_listener()
321 #define tcp_ip_addr_cache tcp_reass_tail macro