Home
last modified time | relevance | path

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 Dsocket_type.h39 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 Dsocket_type.h39 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 Dreuseport_addr_any.c89 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 Dsocket_type.c5 #ifndef SOCK_DCCP
6 # define SOCK_DCCP 6 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsocket.h35 SOCK_DCCP = 6, enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Dnet.h68 SOCK_DCCP = 6, enumerator
/OK3568_Linux_fs/kernel/net/dccp/
H A Dipv4.c1001 .type = SOCK_DCCP,
1014 SOCK_DCCP, IPPROTO_DCCP, net); in dccp_v4_init_net()
H A Dipv6.c1085 .type = SOCK_DCCP,
1098 SOCK_DCCP, IPPROTO_DCCP, net); in dccp_v6_init_net()
H A Dproto.c922 if (sock->state != SS_UNCONNECTED || sock->type != SOCK_DCCP) in inet_dccp_listen()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dsunrpc.h22 TRACE_DEFINE_ENUM(SOCK_DCCP);
32 { SOCK_DCCP, "DCCP" }, \
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c1174 case SOCK_DCCP: in socket_type_to_security_class()
/OK3568_Linux_fs/buildroot/
H A DCHANGES10683 #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP