Searched refs:SOCK_DCCP (Results 1 – 11 of 11) sorted by relevance
/openbmc/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()
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | socket_type.c | 5 #ifndef SOCK_DCCP 6 # define SOCK_DCCP 6 macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | socket.h | 35 SOCK_DCCP = 6, enumerator
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 90 pub const SOCK_DCCP: ::c_int = 6;
|
H A D | 0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch | 95 pub const SOCK_DCCP: ::c_int = 6;
|
/openbmc/linux/include/linux/ |
H A D | net.h | 70 SOCK_DCCP = 6, enumerator
|
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | 1018 .type = SOCK_DCCP, 1033 SOCK_DCCP, IPPROTO_DCCP, net); in dccp_v4_init_net()
|
H A D | ipv6.c | 1100 .type = SOCK_DCCP, 1115 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()
|
/openbmc/linux/include/trace/events/ |
H A D | sunrpc.h | 24 TRACE_DEFINE_ENUM(SOCK_DCCP); 34 { SOCK_DCCP, "DCCP" }, \
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 1187 case SOCK_DCCP: in socket_type_to_security_class()
|