Lines Matching refs:attr_space
187 def __init__(self, msg, offset, attr_space=None):
225 if attr_space:
229 if miss_type in attr_space.attrs_by_val:
230 spec = attr_space.attrs_by_val[miss_type]
249 def __init__(self, data, attr_space=None):
254 msg = NlMsg(data, offset, attr_space=attr_space)
516 attr_space = self.attr_sets[space]
520 attr_spec = attr_space.attrs_by_val[attr.type]
689 nms = NlMsgs(reply, attr_space=op.attr_set)