Home
last modified time | relevance | path

Searched refs:SOCK_DCCP (Results 1 – 9 of 9) sorted by relevance

/linux/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()
/linux/tools/perf/trace/beauty/
H A Dsocket_type.c5 #ifndef SOCK_DCCP
6 # define SOCK_DCCP 6 macro
/linux/arch/mips/include/asm/
H A Dsocket.h35 SOCK_DCCP = 6, enumerator
/linux/include/linux/
H A Dnet.h70 SOCK_DCCP = 6, enumerator
/linux/net/dccp/
H A Dipv4.c1020 .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 Dipv6.c1102 .type = SOCK_DCCP,
1117 SOCK_DCCP, IPPROTO_DCCP, net); in dccp_v6_exit_net()
1173 * __stringify doesn't likes enums, so use SOCK_DCCP (6) and IPPROTO_DCCP (33)
1175 * i.e. net-pf-PF_INET6-proto-0-type-SOCK_DCCP
H A Dproto.c929 if (sock->state != SS_UNCONNECTED || sock->type != SOCK_DCCP) in inet_dccp_listen()
/linux/include/trace/events/
H A Dsunrpc.h24 TRACE_DEFINE_ENUM(SOCK_DCCP);
34 { SOCK_DCCP, "DCCP" }, \
/linux/security/selinux/
H A Dhooks.c1194 case SOCK_DCCP: in socket_type_to_security_class()