(srcIPPort, dstIPPort netip.AddrPort, flags header.TCPFlags, segmentSize, seq uint32)
| 163 | } |
| 164 | |
| 165 | func tcp6Packet(srcIPPort, dstIPPort netip.AddrPort, flags header.TCPFlags, segmentSize, seq uint32) []byte { |
| 166 | return tcp6PacketMutateIPFields(srcIPPort, dstIPPort, flags, segmentSize, seq, nil) |
| 167 | } |
| 168 | |
| 169 | func Test_handleVirtioRead(t *testing.T) { |
| 170 | tests := []struct { |
no test coverage detected