Home
last modified time | relevance | path

Searched refs:trInFlow (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dflowcontrol.go104 type trInFlow struct { struct
110 func (f *trInFlow) newLimit(n uint32) uint32 { argument
117 func (f *trInFlow) onData(n uint32) uint32 { argument
129 func (f *trInFlow) reset() uint32 { argument
136 func (f *trInFlow) updateEffectiveWindowSize() { argument
140 func (f *trInFlow) getSize() uint32 { argument
Dhttp2_server.go75 fc *trInFlow
216 fc: &trInFlow{limit: uint32(icwz)},
Dhttp2_client.go69 fc *trInFlow
222 fc: &trInFlow{limit: uint32(icwz)},