| 35 | } |
| 36 | |
| 37 | type flow3Tuple struct { |
| 38 | srcIP netip.Addr |
| 39 | dstIP netip.Addr |
| 40 | originalEchoID int |
| 41 | } |
| 42 | |
| 43 | // icmpEchoFlow implements the packet.Funnel interface. |
| 44 | type icmpEchoFlow struct { |
nothing calls this directly
no outgoing calls
no test coverage detected