Searched refs:mcast_grp (Results 1 – 3 of 3) sorted by relevance
1633 local mcast_grp=$1; shift1647 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.11687 starg_exclude_p2mp_common $ns1 $ns2 $mcast_grp $plen $grp $grp_dmac \1695 local mcast_grp=238.1.1.11706 starg_exclude_p2mp_common $ns1 $ns2 $mcast_grp $plen $grp $grp_dmac \1714 local mcast_grp=ff0e::2[all …]
3513 struct nix_mcast_grp *mcast_grp = &nix_hw->mcast_grp; in nix_setup_mcast_grp() local3515 INIT_LIST_HEAD(&mcast_grp->mcast_grp_head); in nix_setup_mcast_grp()3516 mutex_init(&mcast_grp->mcast_grp_lock); in nix_setup_mcast_grp()3517 mcast_grp->next_grp_index = 1; in nix_setup_mcast_grp()3518 mcast_grp->count = 0; in nix_setup_mcast_grp()5125 struct nix_mcast_grp *mcast_grp; in nix_mcast_update_mce_entry() local5134 mcast_grp = &nix_hw->mcast_grp; in nix_mcast_update_mce_entry()5136 mutex_lock(&mcast_grp->mcast_grp_lock); in nix_mcast_update_mce_entry()5137 list_for_each_entry(elem, &mcast_grp->mcast_grp_head, list) { in nix_mcast_update_mce_entry()5161 mutex_unlock(&mcast_grp->mcast_grp_lock); in nix_mcast_update_mce_entry()[all …]
370 struct nix_mcast_grp mcast_grp; member