Searched refs:SOCK_DCCP (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/net/ |
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()
|
/linux-6.3-rc2/tools/perf/trace/beauty/ |
A D | socket_type.c | 5 #ifndef SOCK_DCCP 6 # define SOCK_DCCP 6 macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | socket.h | 35 SOCK_DCCP = 6, enumerator
|
/linux-6.3-rc2/include/linux/ |
A D | net.h | 69 SOCK_DCCP = 6, enumerator
|
/linux-6.3-rc2/net/dccp/ |
A D | ipv4.c | 1015 .type = SOCK_DCCP, 1030 SOCK_DCCP, IPPROTO_DCCP, net); in dccp_v4_init_net()
|
A D | ipv6.c | 1095 .type = SOCK_DCCP, 1110 SOCK_DCCP, IPPROTO_DCCP, net); in dccp_v6_init_net()
|
A D | proto.c | 916 if (sock->state != SS_UNCONNECTED || sock->type != SOCK_DCCP) in inet_dccp_listen()
|
/linux-6.3-rc2/include/trace/events/ |
A D | sunrpc.h | 24 TRACE_DEFINE_ENUM(SOCK_DCCP); 34 { SOCK_DCCP, "DCCP" }, \
|
/linux-6.3-rc2/security/selinux/ |
A D | hooks.c | 1149 case SOCK_DCCP: in socket_type_to_security_class()
|
Completed in 26 milliseconds