Searched refs:table_size (Results 1 – 8 of 8) sorted by relevance
75 UINT i, table_size; in _nx_invalidate_destination_entry() local78 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nx_invalidate_destination_entry()81 if (table_size == 0) in _nx_invalidate_destination_entry()87 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_invalidate_destination_entry()97 table_size--; in _nx_invalidate_destination_entry()
79 UINT i, table_size; in _nxd_ipv6_destination_table_find_next_hop() local89 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nxd_ipv6_destination_table_find_next_hop()92 if (table_size == 0) in _nxd_ipv6_destination_table_find_next_hop()98 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nxd_ipv6_destination_table_find_next_hop()108 table_size--; in _nxd_ipv6_destination_table_find_next_hop()
87 UINT i, table_size; in _nx_icmpv6_dest_table_find() local93 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nx_icmpv6_dest_table_find()96 if (table_size == 0) in _nx_icmpv6_dest_table_find()105 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_icmpv6_dest_table_find()115 table_size--; in _nx_icmpv6_dest_table_find()
88 UINT table_size; in _nxd_ipv6_router_lookup() local99 table_size = ip_ptr -> nx_ipv6_default_router_table_size; in _nxd_ipv6_router_lookup()102 if (table_size == 0) in _nxd_ipv6_router_lookup()110 for (i = 0; table_size && (i < NX_IPV6_DEFAULT_ROUTER_TABLE_SIZE); i++) in _nxd_ipv6_router_lookup()131 table_size--; in _nxd_ipv6_router_lookup()
83 UINT i, table_size; in _nxd_ipv6_prefix_router_timer_tick() local89 table_size = ip_ptr -> nx_ipv6_default_router_table_size; in _nxd_ipv6_prefix_router_timer_tick()92 for (i = 0; table_size && (i < NX_IPV6_DEFAULT_ROUTER_TABLE_SIZE); i++) in _nxd_ipv6_prefix_router_timer_tick()105 table_size--; in _nxd_ipv6_prefix_router_timer_tick()
85 UINT i, table_size; in _nx_icmpv6_destination_table_periodic_update() local88 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nx_icmpv6_destination_table_periodic_update()90 for (i = 0; table_size && (i < NX_IPV6_DESTINATION_TABLE_SIZE); i++) in _nx_icmpv6_destination_table_periodic_update()108 table_size--; in _nx_icmpv6_destination_table_periodic_update()
91 UINT i = 0, table_size; in _nx_nd_cache_delete_internal() local130 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nx_nd_cache_delete_internal()132 while (table_size && i < NX_IPV6_DESTINATION_TABLE_SIZE) in _nx_nd_cache_delete_internal()143 table_size--; in _nx_nd_cache_delete_internal()
95 UINT i, table_size; in _nx_icmpv6_dest_table_add() local133 table_size = ip_ptr -> nx_ipv6_destination_table_size; in _nx_icmpv6_dest_table_add()136 if (table_size == NX_IPV6_DESTINATION_TABLE_SIZE) in _nx_icmpv6_dest_table_add()