Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_mcast.c113 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()
Drxe_verbs.h261 struct list_head grp_list; member
367 struct list_head grp_list; member
Drxe_qp.c208 INIT_LIST_HEAD(&qp->grp_list); in rxe_qp_init_misc()
/Linux-v5.4/net/ipv4/
Dnexthop.c110 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/
Dnexthop.h83 struct list_head grp_list; /* nh group entries using this nh */ member