Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dxfrm_test.py786 def _CheckTunnelModeOutputMark(self, version, tunsrc, mark, expected_netid): argument
809 tun_addrs = (tunsrc, tundst)
814 self.xfrm.AddSaInfo(tunsrc, tundst, spi, xfrm.XFRM_MODE_TUNNEL, reqid,
832 self._ExpectEspPacketOn(expected_netid, spi, 1, packetlen, tunsrc, tundst)
841 tunsrc = self.MyAddress(4, netid)
842 self._CheckTunnelModeOutputMark(4, tunsrc, netid, netid)
846 tunsrc = self.MyAddress(6, netid)
847 self._CheckTunnelModeOutputMark(6, tunsrc, netid, netid)
850 tunsrc = self.MyAddress(4, self.RandomNetid())
851 self._CheckTunnelModeOutputMark(4, tunsrc, 0, None)
[all …]