Searched refs:NX_IPV6_NEIGHBOR_CACHE_SIZE (Results 1 – 14 of 14) sorted by relevance
114 first_available = NX_IPV6_NEIGHBOR_CACHE_SIZE; in _nx_nd_cache_add_entry()121 (NX_IPV6_NEIGHBOR_CACHE_SIZE)); in _nx_nd_cache_add_entry()133 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++, index++) in _nx_nd_cache_add_entry()137 if (index == NX_IPV6_NEIGHBOR_CACHE_SIZE) in _nx_nd_cache_add_entry()196 if (first_available == NX_IPV6_NEIGHBOR_CACHE_SIZE) in _nx_nd_cache_add_entry()
92 (NX_IPV6_NEIGHBOR_CACHE_SIZE)); in _nx_nd_cache_find_entry()94 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nx_nd_cache_find_entry()111 if (index == NX_IPV6_NEIGHBOR_CACHE_SIZE) in _nx_nd_cache_find_entry()
83 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nx_nd_cache_interface_entries_delete()
89 for (idx = 0; idx < NX_IPV6_NEIGHBOR_CACHE_SIZE; idx++) in _nxd_nd_cache_invalidate()
103 memset(&ip_ptr -> nx_ipv6_nd_cache[0], 0, sizeof(ND_CACHE_ENTRY) * NX_IPV6_NEIGHBOR_CACHE_SIZE); in _nxd_icmp_enable()
88 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nx_nd_cache_slow_periodic_update()
94 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nx_nd_cache_find_entry_by_mac_addr()
94 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nx_nd_cache_fast_periodic_update()
171 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in _nxd_ipv6_disable()
262 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE - 1; i ++) in ntest_0_entry()282 …ip_0.nx_ipv6_nd_cache[NX_IPV6_NEIGHBOR_CACHE_SIZE - 1].nx_nd_cache_nd_status = ND_CACHE_STATE_STAL… in ntest_0_entry()283 ip_0.nx_ipv6_nd_cache[NX_IPV6_NEIGHBOR_CACHE_SIZE - 1].nx_nd_cache_timer_tick = 10; in ntest_0_entry()284 …ip_0.nx_ipv6_nd_cache[NX_IPV6_NEIGHBOR_CACHE_SIZE - 2].nx_nd_cache_nd_status = ND_CACHE_STATE_STAL… in ntest_0_entry()285 ip_0.nx_ipv6_nd_cache[NX_IPV6_NEIGHBOR_CACHE_SIZE - 2].nx_nd_cache_timer_tick = 20; in ntest_0_entry()313 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in ntest_0_entry()355 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in ntest_0_entry()
56 #if (NX_IPV6_NEIGHBOR_CACHE_SIZE==8) && defined(NX_DISABLE_IPV6_PURGE_UNUSED_CACHE_ENTRIES)512 #if (NX_IPV6_NEIGHBOR_CACHE_SIZE==8) && defined(NX_DISABLE_IPV6_PURGE_UNUSED_CACHE_ENTRIES) && (NX_… in ntest_0_entry()569 #if (NX_IPV6_NEIGHBOR_CACHE_SIZE==8) && defined(NX_DISABLE_IPV6_PURGE_UNUSED_CACHE_ENTRIES)579 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in packet_process_filter()
133 for (i = 0; i < NX_IPV6_NEIGHBOR_CACHE_SIZE; i++) in ntest_0_entry()
198 …s_1.nxd_ip_address.v6[2] + global_address_1.nxd_ip_address.v6[3]) % (NX_IPV6_NEIGHBOR_CACHE_SIZE)); in ntest_0_entry()
782 #ifndef NX_IPV6_NEIGHBOR_CACHE_SIZE783 #define NX_IPV6_NEIGHBOR_CACHE_SIZE 16 macro2549 nx_ipv6_nd_cache[NX_IPV6_NEIGHBOR_CACHE_SIZE];