Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dsock_diag_test.py132 def assertSockInfoMatchesSocket(self, s, info): argument
133 diag_msg, attrs = info
251 info = self.sock_diag.GetSockInfo(req)
252 self.assertSockInfoMatchesSocket(sock, info)
1054 def SockInfoMatchesSocket(self, s, info): argument
1056 self.assertSockInfoMatchesSocket(s, info)
1069 for info in infos:
1070 if self.SockInfoMatchesSocket(s, info):
1073 (self.SocketDescription(s), match, info))
1074 matches[s] = info
Dxfrm.py608 spi.info.id.daddr = PaddedAddress(dst)
609 spi.info.id.proto = proto
610 spi.info.family = AF_INET6 if ":" in dst else AF_INET