Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/net/ynl/lib/
A Dynl.py247 mcast_name = None
251 mcast_name = entry_attr.as_strz()
254 if mcast_name and mcast_id is not None:
255 fam['mcast'][mcast_name] = mcast_id
319 def ntf_subscribe(self, mcast_name): argument
320 if mcast_name not in self.family.genl_family['mcast']:
325 self.family.genl_family['mcast'][mcast_name])

Completed in 4 milliseconds