Searched refs:grp_list (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/infiniband/sw/rxe/ |
| D | rxe_mcast.c | 86 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()
|
| D | rxe_verbs.h | 234 struct list_head grp_list; member 336 struct list_head grp_list; member
|
| D | rxe_qp.c | 181 INIT_LIST_HEAD(&qp->grp_list); in rxe_qp_init_misc()
|
| /Linux-v5.10/net/ipv4/ |
| D | nexthop.c | 128 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/ |
| D | nexthop.h | 89 struct list_head grp_list; /* nh group entries using this nh */ member
|