| /linux-6.15/tools/testing/selftests/net/ |
| H A D | reuseport_dualstack.c | 164 build_rcv_fd(AF_INET, SOCK_DGRAM, rcv_fds, 5); in main() 165 build_rcv_fd(AF_INET6, SOCK_DGRAM, &(rcv_fds[5]), 5); in main() 166 test(rcv_fds, 10, SOCK_DGRAM); in main() 171 build_rcv_fd(AF_INET6, SOCK_DGRAM, rcv_fds, 5); in main() 172 build_rcv_fd(AF_INET, SOCK_DGRAM, &(rcv_fds[5]), 5); in main() 173 test(rcv_fds, 10, SOCK_DGRAM); in main() 181 build_rcv_fd(AF_INET, SOCK_DGRAM, rcv_fds, 16); in main() 183 test(rcv_fds, 32, SOCK_DGRAM); in main() 188 build_rcv_fd(AF_INET6, SOCK_DGRAM, rcv_fds, 16); in main() 189 build_rcv_fd(AF_INET, SOCK_DGRAM, &(rcv_fds[16]), 16); in main() [all …]
|
| H A D | reuseport_bpf.c | 467 .protocol = SOCK_DGRAM, in main() 474 .protocol = SOCK_DGRAM, in main() 481 .protocol = SOCK_DGRAM, in main() 488 .protocol = SOCK_DGRAM, in main() 494 .protocol = SOCK_DGRAM, in main() 498 .protocol = SOCK_DGRAM, in main() 505 .protocol = SOCK_DGRAM, in main() 512 .protocol = SOCK_DGRAM, in main() 519 .protocol = SOCK_DGRAM, in main() 526 .protocol = SOCK_DGRAM, in main() [all …]
|
| H A D | socket.c | 31 { AF_INET, SOCK_DGRAM, IPPROTO_TCP, -EPROTONOSUPPORT, 1 }, 32 { AF_INET, SOCK_DGRAM, IPPROTO_UDP, 0, 1 },
|
| H A D | psock_lib.h | 81 fds[0] = socket(PF_INET, SOCK_DGRAM, 0); in pair_udp_open() 82 fds[1] = socket(PF_INET, SOCK_DGRAM, 0); in pair_udp_open()
|
| H A D | sk_so_peek_off.c | 23 int type = (proto == IPPROTO_TCP ? SOCK_STREAM : SOCK_DGRAM); in sk_peek_offset_probe() 59 int type = (proto == IPPROTO_TCP ? SOCK_STREAM : SOCK_DGRAM); in sk_peek_offset_test()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_addr.c | 528 SOCK_DGRAM, 544 SOCK_DGRAM, 624 SOCK_DGRAM, 640 SOCK_DGRAM, 722 SOCK_DGRAM, 738 SOCK_DGRAM, 786 SOCK_DGRAM, 802 SOCK_DGRAM, 852 SOCK_DGRAM, 868 SOCK_DGRAM, [all …]
|
| H A D | sock_create.c | 44 .type = SOCK_DGRAM, 65 .type = SOCK_DGRAM, 96 .type = SOCK_DGRAM, 127 .type = SOCK_DGRAM, 148 .type = SOCK_DGRAM, 169 .type = SOCK_DGRAM, 187 BPF_JMP_IMM(BPF_JNE, BPF_REG_2, SOCK_DGRAM, 3), 202 .type = SOCK_DGRAM, 220 BPF_JMP_IMM(BPF_JNE, BPF_REG_2, SOCK_DGRAM, 3), 235 .type = SOCK_DGRAM,
|
| H A D | sk_lookup.c | 693 .sotype = SOCK_DGRAM, in test_redirect_lookup() 701 .sotype = SOCK_DGRAM, in test_redirect_lookup() 710 .sotype = SOCK_DGRAM, in test_redirect_lookup() 720 .sotype = SOCK_DGRAM, in test_redirect_lookup() 731 .sotype = SOCK_DGRAM, in test_redirect_lookup() 740 .sotype = SOCK_DGRAM, in test_redirect_lookup() 748 .sotype = SOCK_DGRAM, in test_redirect_lookup() 756 .sotype = SOCK_DGRAM, in test_redirect_lookup() 765 .sotype = SOCK_DGRAM, in test_redirect_lookup() 775 .sotype = SOCK_DGRAM, in test_redirect_lookup() [all …]
|
| H A D | udp_limit.c | 32 fd1 = socket(AF_INET, SOCK_DGRAM, 0); in test_udp_limit() 36 fd2 = socket(AF_INET, SOCK_DGRAM, 0); in test_udp_limit() 44 fd1 = socket(AF_INET, SOCK_DGRAM, 0); in test_udp_limit()
|
| H A D | connect_force_port.c | 153 server_fd = start_server(AF_INET, SOCK_DGRAM, NULL, 60123, 0); in test_connect_force_port() 156 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET, SOCK_DGRAM)); in test_connect_force_port() 159 server_fd = start_server(AF_INET6, SOCK_DGRAM, NULL, 60124, 0); in test_connect_force_port() 162 CHECK_FAIL(run_test(cgroup_fd, server_fd, AF_INET6, SOCK_DGRAM)); in test_connect_force_port()
|
| H A D | sk_assign.c | 154 else if (type == SOCK_DGRAM && in run_test() 229 TEST("ipv4 udp port redir", AF_INET, SOCK_DGRAM, false), in test_sk_assign() 230 TEST("ipv4 udp addr redir", AF_INET, SOCK_DGRAM, true), in test_sk_assign() 231 TEST("ipv6 udp port redir", AF_INET6, SOCK_DGRAM, false), in test_sk_assign() 232 TEST("ipv6 udp addr redir", AF_INET6, SOCK_DGRAM, true), in test_sk_assign()
|
| H A D | lwt_seg6local.c | 132 sfd = start_server_str(AF_INET6, SOCK_DGRAM, "fb00::6", SERVER_PORT, NULL); in test_lwt_seg6local() 142 cfd = start_server_str(AF_INET6, SOCK_DGRAM, "fb00::1", CLIENT_PORT, NULL); in test_lwt_seg6local()
|
| H A D | sock_iter_batch.c | 128 do_test(SOCK_DGRAM, true); in test_sock_iter_batch() 129 do_test(SOCK_DGRAM, false); in test_sock_iter_batch()
|
| H A D | sockmap_listen.c | 1114 if (sotype == SOCK_DGRAM) { in test_reuseport_select_connected() 1181 if (sotype == SOCK_DGRAM) { in test_reuseport_mixed_groups() 1269 case SOCK_DGRAM: in sotype_str() 1651 err = inet_socketpair(family, SOCK_DGRAM, &p0, &c0); in udp_redir_to_connected() 1654 err = inet_socketpair(family, SOCK_DGRAM, &p1, &c1); in udp_redir_to_connected() 1793 unix_inet_redir_to_connected(family, SOCK_DGRAM, in unix_inet_skb_redir_to_connected() 1800 unix_inet_redir_to_connected(family, SOCK_DGRAM, in unix_inet_skb_redir_to_connected() 1813 unix_inet_redir_to_connected(family, SOCK_DGRAM, in unix_inet_skb_redir_to_connected() 1820 unix_inet_redir_to_connected(family, SOCK_DGRAM, in unix_inet_skb_redir_to_connected() 1862 test_ops(skel, map, family, SOCK_DGRAM); in run_tests() [all …]
|
| H A D | sock_destroy.c | 117 serv = start_server(AF_INET6, SOCK_DGRAM, NULL, 0, 0); in test_udp_client() 153 listen_fds = start_reuseport_server(AF_INET6, SOCK_DGRAM, in test_udp_server()
|
| /linux-6.15/tools/testing/selftests/landlock/ |
| H A D | scoped_abstract_unix_test.c | 110 dgram_client = socket(AF_UNIX, SOCK_DGRAM, 0); in TEST_F() 145 dgram_server = socket(AF_UNIX, SOCK_DGRAM, 0); in TEST_F() 210 dgram_server = socket(AF_UNIX, SOCK_DGRAM, 0); in TEST_F() 241 dgram_client = socket(AF_UNIX, SOCK_DGRAM, 0); in TEST_F() 331 dgram_server = socket(AF_UNIX, SOCK_DGRAM, 0); in TEST_F() 353 dgram_client = socket(AF_UNIX, SOCK_DGRAM, 0); in TEST_F() 469 dgram_client = socket(AF_UNIX, SOCK_DGRAM, 0); in TEST_F() 533 dgram_server_child = socket(AF_UNIX, SOCK_DGRAM, 0); in TEST_F() 596 .type = SOCK_DGRAM, in FIXTURE_VARIANT_ADD() 603 .type = SOCK_DGRAM, in FIXTURE_VARIANT_ADD() [all …]
|
| /linux-6.15/tools/testing/selftests/net/af_unix/ |
| H A D | unix_connect.c | 68 .type = SOCK_DGRAM, in FIXTURE_VARIANT_ADD() 77 .type = SOCK_DGRAM, in FIXTURE_VARIANT_ADD() 86 .type = SOCK_DGRAM, in FIXTURE_VARIANT_ADD() 95 .type = SOCK_DGRAM, in FIXTURE_VARIANT_ADD()
|
| H A D | scm_pidfd.c | 246 .type = SOCK_DGRAM, in FIXTURE_VARIANT_ADD() 252 .type = SOCK_DGRAM, in FIXTURE_VARIANT_ADD() 310 if (variant->type == SOCK_DGRAM) { in client() 344 if (variant->type == SOCK_DGRAM) in client() 416 if (variant->type == SOCK_DGRAM) { in TEST_F()
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_input_xfrm.py | 15 sock = socket.socket(af_inet, socket.SOCK_DGRAM) 46 port1 = rand_port(socket.SOCK_DGRAM) 47 port2 = rand_port(socket.SOCK_DGRAM)
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | udp_limit.c | 21 if (ctx->type != SOCK_DGRAM) in sock() 49 if (ctx->type != SOCK_DGRAM) in sock_release()
|
| H A D | recvmsg4_prog.c | 28 if (ctx->type != SOCK_STREAM && ctx->type != SOCK_DGRAM) in recvmsg4_prog()
|
| /linux-6.15/net/rxrpc/ |
| H A D | utils.c | 22 srx->transport_type = SOCK_DGRAM; in rxrpc_extract_addr_from_skb() 31 srx->transport_type = SOCK_DGRAM; in rxrpc_extract_addr_from_skb()
|
| /linux-6.15/security/tomoyo/ |
| H A D | network.c | 35 [SOCK_DGRAM] = "dgram", 147 [SOCK_DGRAM] = { 170 [SOCK_DGRAM] = { 697 case SOCK_DGRAM: in tomoyo_socket_connect_permission() 734 case SOCK_DGRAM: in tomoyo_socket_bind_permission() 766 (type != SOCK_DGRAM && type != SOCK_RAW)) in tomoyo_socket_sendmsg_permission()
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | socket.h | 30 SOCK_DGRAM = 1, enumerator
|
| /linux-6.15/net/unix/ |
| H A D | unix_bpf.c | 45 if (sk->sk_type == SOCK_DGRAM) in __unix_recvmsg() 150 if (sk->sk_type != SOCK_DGRAM) in unix_dgram_bpf_update_proto()
|