Home
last modified time | relevance | path

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

/Linux-v6.6/tools/net/ynl/lib/
Dynl.py164 class NlAttrs: class
210 extack_attrs = NlAttrs(self.raw[extack_off:])
304 for attr in NlAttrs(gm.raw):
313 for entry in NlAttrs(attr.raw):
316 for entry_attr in NlAttrs(entry.raw):
367 msg.raw_attrs = NlAttrs(msg.raw[fixed_header_size:])
511 subattrs = self._decode(NlAttrs(item.raw), attr_spec['nested-attributes'])
524 subdict = self._decode(NlAttrs(attr.raw), attr_spec['nested-attributes'])
568 subpath = self._decode_extack_path(NlAttrs(attr.raw),