Searched refs:attr_space (Results 1 – 1 of 1) sorted by relevance
/linux/tools/net/ynl/lib/ |
H A D | ynl.py | 192 def __init__(self, msg, offset, attr_space=None): argument 233 if attr_space: 237 if miss_type in attr_space.attrs_by_val: 238 spec = attr_space.attrs_by_val[miss_type] 280 def __init__(self, data, attr_space=None): argument 285 msg = NlMsg(data, offset, attr_space=attr_space) 440 def __init__(self, attr_space, attrs, outer = None): argument 442 inner_scope = self.SpecValuesPair(attr_space, attrs) 723 attr_space = self.attr_sets[space] 724 search_attrs = SpaceAttrs(attr_space, rsp, outer_attrs) [all …]
|