HomeSort by relevance Sort by last modified time
    Searched refs:TCP_FASTOPEN (Results 1 - 21 of 21) sorted by null

  /external/ltp/include/lapi/
tcp.h 23 #ifndef TCP_FASTOPEN
24 # define TCP_FASTOPEN 23
  /external/strace/xlat/
socktcpoptions.h 77 #if defined(TCP_FASTOPEN) || (defined(HAVE_DECL_TCP_FASTOPEN) && HAVE_DECL_TCP_FASTOPEN)
78 XLAT(TCP_FASTOPEN),
  /bionic/libc/kernel/uapi/linux/
tcp.h 80 #define TCP_FASTOPEN 23
  /external/iproute2/include/uapi/linux/
tcp.h 113 #define TCP_FASTOPEN 23 /* Enable FastOpen on listeners */
  /external/kernel-headers/original/uapi/linux/
tcp.h 113 #define TCP_FASTOPEN 23 /* Enable FastOpen on listeners */
  /external/libmicrohttpd/src/microhttpd/
internal.h 40 /* for TCP_FASTOPEN */
1263 #ifdef TCP_FASTOPEN
    [all...]
daemon.c 87 #ifdef TCP_FASTOPEN
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/
reuseport_bpf.c 176 if (setsockopt(fd[i], SOL_TCP, TCP_FASTOPEN, &opt,
179 "failed to set TCP_FASTOPEN on %d", i);
411 int fd = open("/proc/sys/net/ipv4/tcp_fastopen", 0);
417 error(1, errno, "Unable to open tcp_fastopen sysctl");
419 error(1, errno, "Unable to read tcp_fastopen sysctl");
424 fd = open("/proc/sys/net/ipv4/tcp_fastopen", O_RDWR);
427 "Unable to open tcp_fastopen sysctl for writing");
431 error(1, errno, "Unable to write tcp_fastopen sysctl");
  /external/ltp/testcases/network/netstress/
netstress.c 62 static const char tfo_cfg[] = "/proc/sys/net/ipv4/tcp_fastopen";
593 SAFE_SETSOCKOPT_INT(sfd, IPPROTO_TCP, TCP_FASTOPEN,
648 /* Check if we can write to tcp_fastopen knob. We might be
730 tst_brk(TBROK, "Invalid net.ipv4.tcp_fastopen '%s'", targ);
833 {"t:", &targ, "-t x Set tcp_fastopen value"},
  /external/curl/include/curl/
curl.h     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]

Completed in 641 milliseconds