Searched refs:mcast_grp (Results 1 – 3 of 3) sorted by relevance
1639 local mcast_grp=$1; shift1653 run_cmd "ip -n $ns2 address replace $mcast_grp/$plen dev veth0 autojoin"1655 …ilter replace dev vx0 ingress pref 1 handle 101 proto all flower enc_dst_ip $mcast_grp action pass"1657 …x0 grp $grp permanent filter_mode exclude source_list $invalid_src dst $mcast_grp src_vni 10010 vi…1670 run_cmd "ip -n $ns2 address del $mcast_grp/$plen dev veth0"1682 local mcast_grp=238.1.1.11693 starg_exclude_p2mp_common $ns1 $ns2 $mcast_grp $plen $grp $grp_dmac \1701 local mcast_grp=238.1.1.11712 starg_exclude_p2mp_common $ns1 $ns2 $mcast_grp $plen $grp $grp_dmac \1720 local mcast_grp=ff0e::2[all …]
3643 struct nix_mcast_grp *mcast_grp = &nix_hw->mcast_grp; in nix_setup_mcast_grp() local3645 INIT_LIST_HEAD(&mcast_grp->mcast_grp_head); in nix_setup_mcast_grp()3646 mutex_init(&mcast_grp->mcast_grp_lock); in nix_setup_mcast_grp()3647 mcast_grp->next_grp_index = 1; in nix_setup_mcast_grp()3648 mcast_grp->count = 0; in nix_setup_mcast_grp()5283 struct nix_mcast_grp *mcast_grp; in nix_mcast_update_mce_entry() local5292 mcast_grp = &nix_hw->mcast_grp; in nix_mcast_update_mce_entry()5294 mutex_lock(&mcast_grp->mcast_grp_lock); in nix_mcast_update_mce_entry()5295 list_for_each_entry(elem, &mcast_grp->mcast_grp_head, list) { in nix_mcast_update_mce_entry()5319 mutex_unlock(&mcast_grp->mcast_grp_lock); in nix_mcast_update_mce_entry()[all …]
401 struct nix_mcast_grp mcast_grp; member