OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCP_ULP
(Results
1 - 15
of
15
) sorted by null
/external/linux-kselftest/tools/testing/selftests/bpf/
test_sockmap.c
47
#ifndef
TCP_ULP
48
# define
TCP_ULP
31
166
err = setsockopt(s, 6,
TCP_ULP
, "tls", sizeof("tls"));
168
fprintf(stderr, "setsockopt:
TCP_ULP
(%s) failed with error %i\n", sock_to_string(s), err);
[
all
...]
/bionic/libc/kernel/uapi/linux/
tcp.h
88
#define
TCP_ULP
31
/external/iproute2/include/uapi/linux/
tcp.h
121
#define
TCP_ULP
31 /* Attach a ULP to a TCP connection */
/external/kernel-headers/original/uapi/linux/
tcp.h
121
#define
TCP_ULP
31 /* Attach a ULP to a TCP connection */
/external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go
[
all
...]
zerrors_linux_amd64.go
[
all
...]
zerrors_linux_arm.go
[
all
...]
zerrors_linux_arm64.go
[
all
...]
zerrors_linux_mips.go
[
all
...]
zerrors_linux_mips64.go
[
all
...]
zerrors_linux_mips64le.go
[
all
...]
zerrors_linux_mipsle.go
[
all
...]
zerrors_linux_ppc64.go
[
all
...]
zerrors_linux_ppc64le.go
[
all
...]
zerrors_linux_s390x.go
[
all
...]
Completed in 454 milliseconds