Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/sw/rxe/
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()
Drxe_verbs.h234 struct list_head grp_list; member
336 struct list_head grp_list; member
Drxe_qp.c181 INIT_LIST_HEAD(&qp->grp_list); in rxe_qp_init_misc()
/Linux-v5.10/net/ipv4/
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()
1263 list_add(&nhg->nh_entries[i].nh_list, &nhe->grp_list); in nexthop_create_group()
/Linux-v5.10/include/net/
Dnexthop.h89 struct list_head grp_list; /* nh group entries using this nh */ member