Searched refs:SOCK_DCCP (Results 1 – 9 of 9) sorted by relevance
/linux/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()
|
/linux/tools/perf/trace/beauty/ |
H A D | socket_type.c | 5 #ifndef SOCK_DCCP 6 # define SOCK_DCCP 6 macro
|
/linux/arch/mips/include/asm/ |
H A D | socket.h | 35 SOCK_DCCP = 6, enumerator
|
/linux/include/linux/ |
H A D | net.h | 70 SOCK_DCCP = 6, enumerator
|
/linux/net/dccp/ |
H A D | ipv4.c | 1020 .type = SOCK_DCCP, 1035 SOCK_DCCP, IPPROTO_DCCP, net); in dccp_v4_exit_net() 1097 * __stringify doesn't likes enums, so use SOCK_DCCP (6) and IPPROTO_DCCP (33) 1099 * i.e. net-pf-PF_INET-proto-0-type-SOCK_DCCP
|
H A D | ipv6.c | 1102 .type = SOCK_DCCP, 1117 SOCK_DCCP, IPPROTO_DCCP, net); in dccp_v6_init_net()
|
H A D | proto.c | 929 if (sock->state != SS_UNCONNECTED || sock->type != SOCK_DCCP) in inet_dccp_listen()
|
/linux/include/trace/events/ |
H A D | sunrpc.h | 24 TRACE_DEFINE_ENUM(SOCK_DCCP); 34 { SOCK_DCCP, "DCCP" }, \
|
/linux/security/selinux/ |
H A D | hooks.c | 1194 case SOCK_DCCP: in socket_type_to_security_class()
|