Searched refs:iface2 (Results 1 – 1 of 1) sorted by relevance
/kernel/tests/net/test/ |
D | forwarding_test.py | 30 def ForwardBetweenInterfaces(self, enabled, iface1, iface2): argument 31 for iif, oif in itertools.permutations([iface1, iface2]): 49 def CheckForwardingUdp(self, netid, iface1, iface2): argument 79 self.ExpectPacketOn(iface2, msg, udp_fwd) 97 def CheckForwardingCrashTcp(self, netid, iface1, iface2): argument 158 netid, iface1, iface2 = random.sample(netids, 3) 159 self.ForwardBetweenInterfaces(True, iface1, iface2) 161 self.CheckForwardingHandlerByProto(proto, netid, iface1, iface2) 163 self.ForwardBetweenInterfaces(False, iface1, iface2)
|