Searched refs:InetDiagReqV2 (Results 1 – 2 of 2) sorted by relevance
/kernel/tests/net/test/ |
D | sock_diag.py | 79 InetDiagReqV2 = cstruct.Struct( variable 120 if isinstance(msg, InetDiagReqV2): 166 parsed = self._ParseNLMsg(data, InetDiagReqV2) 317 diag_req = InetDiagReqV2((family, protocol, ext, states, sock_id)) 375 return InetDiagReqV2((family, protocol, 0, 0xffffffff, sock_id)) 410 return InetDiagReqV2((d.family, protocol, 0, 1 << d.state, d.id))
|
D | sock_diag_test.py | 377 req = sock_diag.InetDiagReqV2((AF_INET6, IPPROTO_TCP, 0, 0xffffffff, 542 req = sock_diag.InetDiagReqV2((AF_INET6, IPPROTO_TCP, 0, states, sock_id))
|