Searched refs:testSpliceToFile (Results 1 – 1 of 1) sorted by relevance
26 t.Run("tcp-to-file", func(t *testing.T) { testSpliceToFile(t, "tcp", "file") })27 t.Run("unix-to-file", func(t *testing.T) { testSpliceToFile(t, "unix", "file") })32 func testSpliceToFile(t *testing.T, upNet, downNet string) { func