Home
last modified time | relevance | path

Searched refs:dn_fib_node (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/decnet/
Ddn_table.c45 struct dn_fib_node **dz_hash;
102 static inline struct dn_fib_node **dn_chain_p(dn_fib_key_t key, struct dn_zone *dz) in dn_chain_p()
107 static inline struct dn_fib_node *dz_chain(dn_fib_key_t key, struct dn_zone *dz) in dz_chain()
123 struct dn_fib_node **old_ht, in dn_rebuild_zone()
126 struct dn_fib_node *f, **fp, *next; in dn_rebuild_zone()
144 struct dn_fib_node **ht, **old_ht; in dn_rehash_zone()
164 ht = kcalloc(new_divisor, sizeof(struct dn_fib_node*), GFP_KERNEL); in dn_rehash_zone()
178 static void dn_free_node(struct dn_fib_node *f) in dn_free_node()
200 dz->dz_hash = kcalloc(dz->dz_divisor, sizeof(struct dn_fib_node *), GFP_KERNEL); in dn_new_zone()
359 static void dn_rtmsg_fib(int event, struct dn_fib_node *f, int z, u32 tb_id, in dn_rtmsg_fib()
[all …]
/linux-3.4.99/include/net/
Ddn_fib.h80 struct dn_fib_node { struct
81 struct dn_fib_node *fn_next; argument