Searched defs:data (Results 1 – 9 of 9) sorted by relevance
/kernel/tests/net/test/ |
D | netlink.py | 77 def _NlAttr(self, nla_type, data): argument 124 def _ReadNlAttr(self, data): argument 135 def _ParseAttributes(self, command, msg, data, nested): argument 191 def MaybeDebugCommand(self, command, flags, data): argument 225 def _SendNlRequest(self, command, data, flags): argument 238 def _ParseNLMsg(self, data, msgtype): argument 262 def _GetMsgList(self, msgtype, data, expect_done): argument
|
D | genetlink.py | 60 def _SendCommand(self, family, command, version, data, flags): argument 75 def _DecodeOps(self, data): argument
|
D | cstruct.py | 179 def _Parse(self, data): argument 301 def Read(data, struct_type): argument
|
D | tcp_metrics.py | 87 def MaybeDebugCommand(self, command, unused_flags, data): argument
|
D | csocket.py | 218 def Sendmsg(s, to, data, control, flags): argument
|
D | iproute.py | 411 def _SendNlRequest(self, command, data, flags=0): argument 492 def CommandToString(self, command, data): argument 508 def MaybeDebugCommand(self, command, unused_flags, data): argument
|
D | sock_diag.py | 165 def MaybeDebugCommand(self, command, unused_flags, data): argument
|
D | ping6_test.py | 263 def assertValidPingResponse(self, s, data): argument
|
D | xfrm.py | 347 def MaybeDebugCommand(self, command, flags, data): argument
|