Home
last modified time | relevance | path

Searched refs:addr_cache (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c1083 ipaddr_t *addr_cache; in tcp_newconn_notify() local
1142 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache); in tcp_newconn_notify()
1143 if (addr_cache != NULL) { in tcp_newconn_notify()
1149 addr_cache[IP_ADDR_CACHE_HASH(tcp->tcp_connp->conn_faddr_v4)] = in tcp_newconn_notify()
H A Dtcp_tpi.c1916 ipaddr_t *addr_cache; in tcp_send_conn_ind() local
2044 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache); in tcp_send_conn_ind()
2045 if (addr_cache != NULL) { in tcp_send_conn_ind()
2051 addr_cache[IP_ADDR_CACHE_HASH(tcp->tcp_connp->conn_faddr_v4)] = in tcp_send_conn_ind()
H A Dtcp_input.c1819 ipaddr_t *addr_cache; in tcp_input_listener() local
1821 addr_cache = (ipaddr_t *)(listener->tcp_ip_addr_cache); in tcp_input_listener()
1822 if (addr_cache != NULL && econnp->conn_faddr_v4 == in tcp_input_listener()
1823 addr_cache[IP_ADDR_CACHE_HASH(econnp->conn_faddr_v4)]) { in tcp_input_listener()