Home
last modified time | relevance | path

Searched refs:mcast_grp (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh1633 local mcast_grp=$1; shift
1647 run_cmd "ip -n $ns2 address replace $mcast_grp/$plen dev veth0 autojoin"
1649 …ilter replace dev vx0 ingress pref 1 handle 101 proto all flower enc_dst_ip $mcast_grp action pass"
1651 …x0 grp $grp permanent filter_mode exclude source_list $invalid_src dst $mcast_grp src_vni 10010 vi…
1664 run_cmd "ip -n $ns2 address del $mcast_grp/$plen dev veth0"
1676 local mcast_grp=238.1.1.1
1687 starg_exclude_p2mp_common $ns1 $ns2 $mcast_grp $plen $grp $grp_dmac \
1695 local mcast_grp=238.1.1.1
1706 starg_exclude_p2mp_common $ns1 $ns2 $mcast_grp $plen $grp $grp_dmac \
1714 local mcast_grp=ff0e::2
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c3587 struct nix_mcast_grp *mcast_grp = &nix_hw->mcast_grp; in nix_setup_mcast_grp() local
3589 INIT_LIST_HEAD(&mcast_grp->mcast_grp_head); in nix_setup_mcast_grp()
3590 mutex_init(&mcast_grp->mcast_grp_lock); in nix_setup_mcast_grp()
3591 mcast_grp->next_grp_index = 1; in nix_setup_mcast_grp()
3592 mcast_grp->count = 0; in nix_setup_mcast_grp()
5208 struct nix_mcast_grp *mcast_grp; in nix_mcast_update_mce_entry() local
5217 mcast_grp = &nix_hw->mcast_grp; in nix_mcast_update_mce_entry()
5219 mutex_lock(&mcast_grp->mcast_grp_lock); in nix_mcast_update_mce_entry()
5220 list_for_each_entry(elem, &mcast_grp->mcast_grp_head, list) { in nix_mcast_update_mce_entry()
5244 mutex_unlock(&mcast_grp->mcast_grp_lock); in nix_mcast_update_mce_entry()
[all …]