• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/

Lines Matching refs:entries

162 	.entries =		ATOMIC_INIT(0),
194 * 2) Only writers remove entries, and they hold the lock
196 * 3) Only readers acquire references to rtable entries,
463 seq_printf(seq, "entries in_hit in_slow_tot in_slow_mc in_no_route in_brd in_martian_dst in_martian_src out_hit out_slow_tot out_slow_mc gc_total gc_ignored gc_goal_miss gc_dst_overflow in_hlist_search out_hlist_search\n");
469 atomic_read(&ipv4_dst_ops.entries),
622 /* Kill broadcast/multicast entries very aggresively, if they
623 collide in hash table with more useful entries */
712 * Perform a full scan of hash table and free all entries.
743 /* call rt_free on entries after the tail requiring flush */
770 * While freeing expired entries, we compute average chain length
847 * We only count entries on
849 * so that entries for different QOS
860 /* Cleanup aged off entries. */
903 * delay < 0 : invalidate cache (fast : entries will be deleted later)
913 /* Flush previous cache invalidated entries from the cache */
930 at some equilibrium point, when number of aged off entries
935 is idle expires is large enough to keep enough of warm entries,
957 atomic_read(&ipv4_dst_ops.entries) < ip_rt_max_size) {
962 /* Calculate number of entries, which we want to expire now. */
963 goal = atomic_read(&ipv4_dst_ops.entries) -
968 goal = atomic_read(&ipv4_dst_ops.entries) - equilibrium;
971 goal = atomic_read(&ipv4_dst_ops.entries) - equilibrium;
978 equilibrium = atomic_read(&ipv4_dst_ops.entries) - goal;
1035 atomic_read(&ipv4_dst_ops.entries), goal, i);
1038 if (atomic_read(&ipv4_dst_ops.entries) < ip_rt_max_size)
1042 if (atomic_read(&ipv4_dst_ops.entries) < ip_rt_max_size)
1052 atomic_read(&ipv4_dst_ops.entries) < ipv4_dst_ops.gc_thresh)
1056 atomic_read(&ipv4_dst_ops.entries), goal, rover);
1062 * Returns number of entries in a hash chain that have different hash_inputs
1181 * only 2 entries per bucket. We will see.
2322 network acquires a lot of useless route cache entries, sort of
2326 comparing with route cache reject entries.
2742 .entries = ATOMIC_INIT(0),