Home
last modified time | relevance | path

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

/linux-6.12.1/tools/net/ynl/lib/
Dynl.c571 ys->mcast_groups = calloc(ys->n_mcast_groups, in ynl_get_family_info_mcast()
572 sizeof(*ys->mcast_groups)); in ynl_get_family_info_mcast()
573 if (!ys->mcast_groups) in ynl_get_family_info_mcast()
580 ys->mcast_groups[i].id = ynl_attr_get_u32(attr); in ynl_get_family_info_mcast()
582 strncpy(ys->mcast_groups[i].name, in ynl_get_family_info_mcast()
585 ys->mcast_groups[i].name[GENL_NAMSIZ - 1] = 0; in ynl_get_family_info_mcast()
646 free(ys->mcast_groups); in ynl_sock_read_family()
653 free(ys->mcast_groups); in ynl_sock_read_family()
734 free(ys->mcast_groups); in ynl_sock_destroy()
751 if (!strcmp(ys->mcast_groups[i].name, grp_name)) in ynl_subscribe()
[all …]
Dynl.h73 } *mcast_groups; member
Dynl.py397 def get_mcast_id(self, mcast_name, mcast_groups): argument
398 if mcast_name not in mcast_groups:
400 return mcast_groups[mcast_name].value
425 def get_mcast_id(self, mcast_name, mcast_groups): argument
504 mcast_id = self.nlproto.get_mcast_id(mcast_name, self.mcast_groups)
Dnlspec.py466 self.mcast_groups = collections.OrderedDict()
611 self.mcast_groups[elem['name']] = mcg
/linux-6.12.1/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py2519 mcast_groups = ["packets"] variable in PsampleEvent