| H A D | ovs-dpctl.py | 288 def parse_attrs(actstr, attr_desc): argument 303 def parse_attr(actstr, key, func): argument 304 actstr = actstr[len(key) :] 307 return None, actstr 309 delim = actstr[0] 310 actstr = actstr[1:] 313 pos = strcspn(actstr, ",)") 314 ret = func(actstr[ 416 parse(self, actstr) global() argument 452 parse(self, actstr) global() argument 453 parse_nested_actions(actstr) global() argument 601 parse(self, actstr) global() argument 668 parse(self, actstr) global() argument 2308 parse(self, flowstr, actstr, dpidx=0) global() argument [all...] |