HomeSort by relevance Sort by last modified time
    Searched refs:Ssthresh (Results 1 - 25 of 38) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Input.c 66 Tcb->Ssthresh = MAX (FlightSize >> 1, (UINT32) (2 * Tcb->SndMss));
76 Tcb->CWnd = Tcb->Ssthresh + 3 * Tcb->SndMss;
114 Tcb->CWnd = MIN (Tcb->Ssthresh, FlightSize + Tcb->SndMss);
1120 if (Tcb->CWnd < Tcb->Ssthresh) {
    [all...]
Tcp4Proto.h 234 UINT32 Ssthresh; ///< Slow start threshold.
Tcp4Timer.c 166 Tcb->Ssthresh = MAX ((UINT32) (2 * Tcb->SndMss), FlightSize / 2);
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpInput.c 64 Tcb->Ssthresh = MAX (FlightSize >> 1, (UINT32) (2 * Tcb->SndMss));
74 Tcb->CWnd = Tcb->Ssthresh + 3 * Tcb->SndMss;
120 Tcb->CWnd = MIN (Tcb->Ssthresh, FlightSize + Tcb->SndMss);
1230 if (Tcb->CWnd < Tcb->Ssthresh) {
    [all...]
TcpProto.h 311 UINT32 Ssthresh; ///< Slow start threshold.
TcpTimer.c 207 Tcb->Ssthresh = MAX ((UINT32) (2 * Tcb->SndMss), FlightSize / 2);
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_netbsd_386.go 321 Ssthresh uint64
ztypes_solaris_amd64.go 309 Ssthresh uint32
ztypes_darwin_386.go 395 Ssthresh uint32
ztypes_darwin_amd64.go 403 Ssthresh uint32
ztypes_darwin_arm.go 396 Ssthresh uint32
ztypes_darwin_arm64.go 403 Ssthresh uint32
ztypes_dragonfly_amd64.go 383 Ssthresh uint64
ztypes_freebsd_386.go 425 Ssthresh uint32
ztypes_freebsd_amd64.go 427 Ssthresh uint64
ztypes_freebsd_arm.go 428 Ssthresh uint32
ztypes_netbsd_amd64.go 327 Ssthresh uint64
ztypes_netbsd_arm.go 326 Ssthresh uint64
ztypes_openbsd_386.go 376 Ssthresh uint32
ztypes_openbsd_amd64.go 382 Ssthresh uint32
ztypes_openbsd_arm.go 375 Ssthresh uint32
  /prebuilts/go/linux-x86/src/syscall/
ztypes_netbsd_386.go 321 Ssthresh uint64
ztypes_solaris_amd64.go 309 Ssthresh uint32
ztypes_darwin_386.go 395 Ssthresh uint32
ztypes_darwin_amd64.go 403 Ssthresh uint32

Completed in 388 milliseconds

1 2