Searched refs:command (Results 1 – 5 of 5) sorted by relevance
/kernel/tests/net/test/ |
D | genetlink.py | 60 def _SendCommand(self, family, command, version, data, flags): argument 61 genlmsghdr = Genlmsghdr((command, version)) 64 def _Dump(self, family, command, version): argument 65 msg = Genlmsghdr((command, version)) 95 def _Decode(self, command, msg, nla_type, nla_data): argument
|
D | tcp_metrics.py | 64 def _Decode(self, command, msg, nla_type, nla_data): argument 86 def MaybeDebugCommand(self, command, unused_flags, data): argument 87 if "ALL" not in self.NL_DEBUG and command not in self.NL_DEBUG:
|
D | qtaguid_test.py | 49 def WriteToCtrl(self, command): argument 51 ctrl_file.write(command) 173 command = "t %d %d %d" % (sk.fileno(), tag, uid) 174 self.WriteToCtrl(command) 184 command = "t %d %d %d" % (sk.fileno(), tag, uid) 185 self.WriteToCtrl(command)
|
D | xfrm.py | 347 def MaybeDebugCommand(self, command, flags, data): argument 351 if command == XFRM_MSG_GETSA: 356 elif command == XFRM_MSG_DELSA: 358 elif command == XFRM_MSG_ALLOCSPI: 360 elif command == XFRM_MSG_NEWPOLICY: 365 cmdname = self._GetConstantName(command, "XFRM_MSG_") 371 def _Decode(self, command, unused_msg, nla_type, nla_data): argument
|
D | sock_diag.py | 117 def _Decode(self, command, msg, nla_type, nla_data): argument 162 def MaybeDebugCommand(self, command, unused_flags, data): argument 163 name = self._GetConstantName(__name__, command, "SOCK_")
|