type golang.org/x/net/http2.PingFrame

13 uses

	golang.org/x/net/http2 (current package)
		frame.go#L850: type PingFrame struct {
		frame.go#L855: func (f *PingFrame) IsAck() bool { return f.Flags.Has(FlagPingAck) }
		frame.go#L866: 	f := &PingFrame{FrameHeader: fh}
		frame.go#L1649: 	case *PingFrame:
		server.go#L1533: 	case *PingFrame:
		server.go#L1553: func (sc *serverConn) processPing(f *PingFrame) error {
		transport.go#L2269: 		case *PingFrame:
		transport.go#L2933: func (rl *clientConnReadLoop) processPing(f *PingFrame) error {
		write.go#L134: type writePingAck struct{ pf *PingFrame }

	google.golang.org/grpc/internal/transport
		http2_client.go#L1248: func (t *http2Client) handlePing(f *http2.PingFrame) {
		http2_client.go#L1637: 		case *http2.PingFrame:
		http2_server.go#L672: 		case *http2.PingFrame:
		http2_server.go#L862: func (t *http2Server) handlePing(f *http2.PingFrame) {