Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py969 def parse(self, flowstr, typeInst): argument
970 if not flowstr.startswith(self.proto_str):
976 flowstr = flowstr[len(self.proto_str) :]
977 if flowstr.startswith("("):
978 flowstr = flowstr[1:]
983 if flowstr.startswith(f[1]):
987 flowstr = flowstr[len(f[1]) + 1 :]
989 for c in flowstr:
993 data = flowstr[:splitchar]
994 flowstr = flowstr[splitchar:]
[all …]