Searched refs:so_type (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ip_local_port_range.c | 127 int so_type; in FIXTURE_VARIANT() local 133 .so_type = SOCK_STREAM, in FIXTURE_VARIANT_ADD() 139 .so_type = SOCK_DGRAM, in FIXTURE_VARIANT_ADD() 145 .so_type = SOCK_STREAM, in FIXTURE_VARIANT_ADD() 151 .so_type = SOCK_STREAM, in FIXTURE_VARIANT_ADD() 157 .so_type = SOCK_DGRAM, in FIXTURE_VARIANT_ADD() 163 .so_type = SOCK_STREAM, in FIXTURE_VARIANT_ADD() 174 fd = socket(variant->so_domain, variant->so_type, variant->so_protocol); in TEST_F() 224 fd = socket(variant->so_domain, variant->so_type, variant->so_protocol); in TEST_F() 270 fd = socket(variant->so_domain, variant->so_type, varian in TEST_F() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 2530 enum vmw_so_type so_type; in vmw_cmd_dx_so_define() local 2536 so_type = vmw_so_cmd_to_type(header->id); in vmw_cmd_dx_so_define() 2537 res = vmw_context_cotable(ctx_node->ctx, vmw_so_cotables[so_type]); in vmw_cmd_dx_so_define()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 2568 enum vmw_so_type so_type; in vmw_cmd_dx_so_define() local 2574 so_type = vmw_so_cmd_to_type(header->id); in vmw_cmd_dx_so_define() 2575 res = vmw_context_cotable(ctx_node->ctx, vmw_so_cotables[so_type]); in vmw_cmd_dx_so_define()
|
Completed in 12 milliseconds