Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dflowcontrol.go104 type trInFlow struct { struct
105 limit uint32
106 unacked uint32
107 effectiveWindowSize uint32
110 func (f *trInFlow) newLimit(n uint32) uint32 {
117 func (f *trInFlow) onData(n uint32) uint32 {
129 func (f *trInFlow) reset() uint32 {
136 func (f *trInFlow) updateEffectiveWindowSize() {
140 func (f *trInFlow) getSize() uint32 {