Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_mcast.c86 list_add(&elem->grp_list, &qp->grp_list); in rxe_mcast_add_grp_elem()
111 list_del(&elem->grp_list); in rxe_mcast_drop_grp_elem()
137 if (list_empty(&qp->grp_list)) { in rxe_drop_all_mcast_groups()
141 elem = list_first_entry(&qp->grp_list, struct rxe_mc_elem, in rxe_drop_all_mcast_groups()
142 grp_list); in rxe_drop_all_mcast_groups()
143 list_del(&elem->grp_list); in rxe_drop_all_mcast_groups()
H A Drxe_verbs.h234 struct list_head grp_list; member
336 struct list_head grp_list; member
H A Drxe_qp.c180 INIT_LIST_HEAD(&qp->grp_list); in rxe_qp_init_misc()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c48 static struct name_id *grp_list = NULL; variable
376 gid = convert2guid(grp_buf, grp_list); in interpret_table_entry()
578 get_list_from_file(group_file, &grp_list); in main()
590 free_list(grp_list); in main()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c128 INIT_LIST_HEAD(&nh->grp_list); in nexthop_alloc()
825 list_add(&new_nhges[j].nh_list, &new_nhges[j].nh->grp_list); in remove_nh_grp_entry()
844 list_for_each_entry_safe(nhge, tmp, &nh->grp_list, nh_list) in remove_nexthop_from_groups()
1013 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single()
1061 list_for_each_entry(nhge, &nh->grp_list, nh_list) in nexthop_replace_notify()
1089 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop()
1268 list_add(&nhg->nh_entries[i].nh_list, &nhe->grp_list); in nexthop_create_group()
/OK3568_Linux_fs/kernel/include/net/
H A Dnexthop.h89 struct list_head grp_list; /* nh group entries using this nh */ member