Searched refs:SOCK_DCCP (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | socket_type.h | 39 SOCK_DCCP = 6, /* Datagram Congestion Control Protocol. */ enumerator 40 #define SOCK_DCCP SOCK_DCCP macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | socket_type.h | 39 SOCK_DCCP = 6, /* Datagram Congestion Control Protocol. */ enumerator 40 #define SOCK_DCCP SOCK_DCCP macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | reuseport_addr_any.c | 89 else if (proto == SOCK_DCCP) { in build_rcv_fd() 151 if (proto == SOCK_DCCP && in connect_and_send() 178 if (proto == SOCK_STREAM || proto == SOCK_DCCP) { in receive_once() 246 if (proto == SOCK_DCCP) { in test_proto() 274 test_proto(SOCK_DCCP, "DCCP"); in main()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | socket_type.c | 5 #ifndef SOCK_DCCP 6 # define SOCK_DCCP 6 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | socket.h | 35 SOCK_DCCP = 6, enumerator
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | net.h | 68 SOCK_DCCP = 6, enumerator
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | ipv4.c | 1001 .type = SOCK_DCCP, 1014 SOCK_DCCP, IPPROTO_DCCP, net); in dccp_v4_init_net()
|
| H A D | ipv6.c | 1085 .type = SOCK_DCCP, 1098 SOCK_DCCP, IPPROTO_DCCP, net); in dccp_v6_init_net()
|
| H A D | proto.c | 922 if (sock->state != SS_UNCONNECTED || sock->type != SOCK_DCCP) in inet_dccp_listen()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sunrpc.h | 22 TRACE_DEFINE_ENUM(SOCK_DCCP); 32 { SOCK_DCCP, "DCCP" }, \
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 1174 case SOCK_DCCP: in socket_type_to_security_class()
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 10683 #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
|