fn_hash 50 net/ipv4/fib_hash.c struct hlist_node fn_hash; fn_hash 122 net/ipv4/fib_hash.c hlist_for_each_entry_safe(f, node, n, &old_ht[i], fn_hash) { fn_hash 125 net/ipv4/fib_hash.c hlist_del(&f->fn_hash); fn_hash 127 net/ipv4/fib_hash.c new_head = &fz->fz_hash[fn_hash(f->fn_key, fz)]; fn_hash 128 net/ipv4/fib_hash.c hlist_add_head(&f->fn_hash, new_head); fn_hash 250 net/ipv4/fib_hash.c struct fn_hash *t = (struct fn_hash*)tb->tb_data; fn_hash 259 net/ipv4/fib_hash.c head = &fz->fz_hash[fn_hash(k, fz)]; fn_hash 260 net/ipv4/fib_hash.c hlist_for_each_entry(f, node, head, fn_hash) { fn_hash 286 net/ipv4/fib_hash.c struct fn_hash *t = (struct fn_hash*)tb->tb_data; fn_hash 297 net/ipv4/fib_hash.c hlist_for_each_entry(f, node, &fz->fz_hash[0], fn_hash) { fn_hash 350 net/ipv4/fib_hash.c struct hlist_head *head = &fz->fz_hash[fn_hash(f->fn_key, fz)]; fn_hash 352 net/ipv4/fib_hash.c hlist_add_head(&f->fn_hash, head); fn_hash 358 net/ipv4/fib_hash.c struct hlist_head *head = &fz->fz_hash[fn_hash(key, fz)]; fn_hash 362 net/ipv4/fib_hash.c hlist_for_each_entry(f, node, head, fn_hash) { fn_hash 372 net/ipv4/fib_hash.c struct fn_hash *table = (struct fn_hash *) tb->tb_data; fn_hash 503 net/ipv4/fib_hash.c INIT_HLIST_NODE(&new_f->fn_hash); fn_hash 551 net/ipv4/fib_hash.c struct fn_hash *table = (struct fn_hash*)tb->tb_data; fn_hash 610 net/ipv4/fib_hash.c hlist_del(&f->fn_hash); fn_hash 636 net/ipv4/fib_hash.c hlist_for_each_entry_safe(f, node, n, head, fn_hash) { fn_hash 648 net/ipv4/fib_hash.c hlist_del(&f->fn_hash); fn_hash 668 net/ipv4/fib_hash.c struct fn_hash *table = (struct fn_hash *) tb->tb_data; fn_hash 694 net/ipv4/fib_hash.c hlist_for_each_entry(f, node, head, fn_hash) { fn_hash 751 net/ipv4/fib_hash.c struct fn_hash *table = (struct fn_hash*)tb->tb_data; fn_hash 784 net/ipv4/fib_hash.c tb = kmalloc(sizeof(struct fib_table) + sizeof(struct fn_hash), fn_hash 797 net/ipv4/fib_hash.c memset(tb->tb_data, 0, sizeof(struct fn_hash)); fn_hash 820 net/ipv4/fib_hash.c struct fn_hash *table; fn_hash 823 net/ipv4/fib_hash.c table = (struct fn_hash *)main_table->tb_data; fn_hash 848 net/ipv4/fib_hash.c hlist_for_each_entry(fn,node,iter->hash_head,fn_hash) { fn_hash 884 net/ipv4/fib_hash.c struct hlist_node *node = &fn->fn_hash; fn_hash 885 net/ipv4/fib_hash.c hlist_for_each_entry_continue(fn, node, fn_hash) { fn_hash 910 net/ipv4/fib_hash.c hlist_for_each_entry(fn, node, iter->hash_head, fn_hash) { fn_hash 927 net/ipv4/fib_hash.c hlist_for_each_entry(fn, node, iter->hash_head, fn_hash) {