Searched refs:dn_fib_node (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/net/decnet/ |
D | dn_table.c | 42 struct dn_fib_node **dz_hash; 100 static __inline__ struct dn_fib_node **dn_chain_p(dn_fib_key_t key, struct dn_zone *dz) in dn_chain_p() 105 static __inline__ struct dn_fib_node *dz_chain(dn_fib_key_t key, struct dn_zone *dz) in dz_chain() 121 struct dn_fib_node **old_ht, in dn_rebuild_zone() 125 struct dn_fib_node *f, **fp, *next; in dn_rebuild_zone() 142 struct dn_fib_node **ht, **old_ht; in dn_rehash_zone() 161 ht = kmalloc(new_divisor*sizeof(struct dn_fib_node*), GFP_KERNEL); in dn_rehash_zone() 166 memset(ht, 0, new_divisor*sizeof(struct dn_fib_node *)); in dn_rehash_zone() 177 static void dn_free_node(struct dn_fib_node *f) in dn_free_node() 200 dz->dz_hash = kmalloc(dz->dz_divisor*sizeof(struct dn_fib_node *), GFP_KERNEL); in dn_new_zone() [all …]
|
/linux-2.4.37.9/include/net/ |
D | dn_fib.h | 89 struct dn_fib_node { struct 90 struct dn_fib_node *fn_next; argument
|