Searched refs:leaf_info (Results 1 – 2 of 2) sorted by relevance
110 struct leaf_info { struct373 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()[all …]
8 See struct leaf and struct leaf_info.