Searched refs:grp_list (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/infiniband/sw/rxe/ |
| D | rxe_mcast.c | 113 list_add(&elem->grp_list, &qp->grp_list); in rxe_mcast_add_grp_elem() 138 list_del(&elem->grp_list); in rxe_mcast_drop_grp_elem() 164 if (list_empty(&qp->grp_list)) { in rxe_drop_all_mcast_groups() 168 elem = list_first_entry(&qp->grp_list, struct rxe_mc_elem, in rxe_drop_all_mcast_groups() 169 grp_list); in rxe_drop_all_mcast_groups() 170 list_del(&elem->grp_list); in rxe_drop_all_mcast_groups()
|
| D | rxe_verbs.h | 261 struct list_head grp_list; member 367 struct list_head grp_list; member
|
| D | rxe_qp.c | 208 INIT_LIST_HEAD(&qp->grp_list); in rxe_qp_init_misc()
|
| /Linux-v5.4/net/ipv4/ |
| D | nexthop.c | 110 INIT_LIST_HEAD(&nh->grp_list); in nexthop_alloc() 712 list_add(&nhges[i-1].nh_list, &nhges[i-1].nh->grp_list); in remove_nh_grp_entry() 737 list_for_each_entry_safe(nhge, tmp, &nh->grp_list, nh_list) { in remove_nexthop_from_groups() 928 list_for_each_entry(nhge, &nh->grp_list, nh_list) in nexthop_replace_notify() 956 list_for_each_entry(nhge, &old->grp_list, nh_list) { in replace_nexthop() 1117 list_add(&nhg->nh_entries[i].nh_list, &nhe->grp_list); in nexthop_create_group()
|
| /Linux-v5.4/include/net/ |
| D | nexthop.h | 83 struct list_head grp_list; /* nh group entries using this nh */ member
|