Home | History | Annotate | Download | only in test

Lines Matching refs:attrs

82   def assertMarkIs(self, mark, attrs):
83 self.assertEqual(mark, attrs.get("INET_DIAG_MARK", None))
86 diag_msg, attrs = info
102 self.assertMarkIs(mark, attrs)
484 diag_msg, attrs = self.sock_diag.GetSockInfo(diag_req)
491 diag_msg, attrs = self.sock_diag.GetSockInfo(diag_req)
500 diag_msg, attrs = self.sock_diag.GetSockInfo(diag_req)
509 for diag_msg, attrs in infos),
550 diag_msg, attrs = self.sock_diag.GetSockInfo(child)
552 self.assertMarkIs(self.netid, attrs)
847 diag_msg, attrs = self.sock_diag.FindSockInfoFromFd(s)
848 self.assertMarkIs(mark, attrs)
850 diag_msg, attrs = self.sock_diag.FindSockInfoFromFd(s)
851 self.assertMarkIs(None, attrs)