Home
last modified time | relevance | path

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

/openbmc/linux/tools/net/ynl/lib/
H A Dynl.py164 class NlAttrs: class
211 extack_attrs = NlAttrs(self.raw[extack_off:])
305 for attr in NlAttrs(gm.raw):
314 for entry in NlAttrs(attr.raw):
317 for entry_attr in NlAttrs(entry.raw):
368 msg.raw_attrs = NlAttrs(msg.raw[fixed_header_size:])
512 subattrs = self._decode(NlAttrs(item.raw), attr_spec['nested-attributes'])
525 subdict = self._decode(NlAttrs(attr.raw), attr_spec['nested-attributes'])
569 subpath = self._decode_extack_path(NlAttrs(attr.raw),