Home
last modified time | relevance | path

Searched refs:grp_list (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c49 static struct name_id *grp_list = NULL; variable
380 gid = convert2guid(grp_buf, grp_list); in interpret_table_entry()
581 get_list_from_file(group_file, &grp_list); in main()
593 free_list(grp_list); in main()
/openbmc/linux/net/ipv4/
H A Dnexthop.c526 INIT_LIST_HEAD(&nh->grp_list); in nexthop_alloc()
1805 list_add(&new_nhges[j].nh_list, &new_nhges[j].nh->grp_list); in remove_nh_grp_entry()
1838 list_for_each_entry_safe(nhge, tmp, &nh->grp_list, nh_list) in remove_nexthop_from_groups()
2164 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2177 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2195 list_for_each_entry_continue_reverse(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
2240 list_for_each_entry(nhge, &nh->grp_list, nh_list) in nexthop_replace_notify()
2269 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop()
2483 list_add(&nhg->nh_entries[i].nh_list, &nhe->grp_list); in nexthop_create_group()
/openbmc/linux/include/net/
H A Dnexthop.h137 struct list_head grp_list; /* nh group entries using this nh */ member