Searched refs:grp_list (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/infiniband/sw/rxe/ |
A D | rxe_mcast.c | 102 list_add(&elem->grp_list, &qp->grp_list); in rxe_mcast_add_grp_elem() 127 list_del(&elem->grp_list); in rxe_mcast_drop_grp_elem() 153 if (list_empty(&qp->grp_list)) { in rxe_drop_all_mcast_groups() 157 elem = list_first_entry(&qp->grp_list, struct rxe_mc_elem, in rxe_drop_all_mcast_groups() 158 grp_list); in rxe_drop_all_mcast_groups() 159 list_del(&elem->grp_list); in rxe_drop_all_mcast_groups()
|
A D | rxe_verbs.h | 236 struct list_head grp_list; member 370 struct list_head grp_list; member
|
A D | rxe_qp.c | 191 INIT_LIST_HEAD(&qp->grp_list); in rxe_qp_init_misc()
|
/linux/net/ipv4/ |
A D | nexthop.c | 525 INIT_LIST_HEAD(&nh->grp_list); in nexthop_alloc() 1780 list_add(&new_nhges[j].nh_list, &new_nhges[j].nh->grp_list); in remove_nh_grp_entry() 1813 list_for_each_entry_safe(nhge, tmp, &nh->grp_list, nh_list) in remove_nexthop_from_groups() 2141 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single() 2154 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop_single() 2172 list_for_each_entry_continue_reverse(nhge, &old->grp_list, nh_list) { in replace_nexthop_single() 2217 list_for_each_entry(nhge, &nh->grp_list, nh_list) in nexthop_replace_notify() 2246 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop() 2459 list_add(&nhg->nh_entries[i].nh_list, &nhe->grp_list); in nexthop_create_group()
|
/linux/include/net/ |
A D | nexthop.h | 137 struct list_head grp_list; /* nh group entries using this nh */ member
|
Completed in 17 milliseconds