Lines Matching refs:leaf_info
110 struct leaf_info { struct
373 static inline void free_leaf_info(struct leaf_info *leaf) in free_leaf_info()
449 static struct leaf_info *leaf_info_new(int plen) in leaf_info_new()
451 struct leaf_info *li = kmalloc(sizeof(struct leaf_info), GFP_KERNEL); in leaf_info_new()
920 static struct leaf_info *find_leaf_info(struct leaf *l, int plen) in find_leaf_info()
924 struct leaf_info *li; in find_leaf_info()
935 struct leaf_info *li = find_leaf_info(l, plen); in get_fa_head()
943 static void insert_leaf_info(struct hlist_head *head, struct leaf_info *new) in insert_leaf_info()
945 struct leaf_info *li = NULL, *last = NULL; in insert_leaf_info()
1042 struct leaf_info *li; in fib_insert_node()
1356 struct leaf_info *li; in check_leaf()
1642 struct leaf_info *li; in fib_table_delete()
1742 struct leaf_info *li = NULL; in trie_flush_leaf()
1893 struct leaf_info *li; in fn_trie_dump_leaf()
1974 sizeof(struct leaf_info)), in fib_trie_init()
2090 struct leaf_info *li; in trie_collect_stats()
2136 bytes += sizeof(struct leaf_info) * stat->prefixes; in trie_show_stats()
2379 struct leaf_info *li; in fib_trie_seq_show()
2530 struct leaf_info *li; in fib_route_seq_show()