Home
last modified time | relevance | path

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

/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1163 def __init__(self, family, yaml, req_value, rsp_value): argument
1172 super().__init__(family, yaml, req_value, rsp_value)
1289 def new_operation(self, elem, req_value, rsp_value): argument
1290 return Operation(self, elem, req_value, rsp_value)
2031 if op.req_value == op.rsp_value:
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py1075 msg = self.nlproto.message(nl_flags, op.req_value, 1, req_seq)