BPF_MAP_TYPE_SK_STORAGE   66 include/linux/bpf_types.h BPF_MAP_TYPE(BPF_MAP_TYPE_SK_STORAGE, sk_storage_map_ops)
BPF_MAP_TYPE_SK_STORAGE  531 kernel/bpf/syscall.c 		    map->map_type != BPF_MAP_TYPE_SK_STORAGE)
BPF_MAP_TYPE_SK_STORAGE 3522 kernel/bpf/verifier.c 	case BPF_MAP_TYPE_SK_STORAGE:
BPF_MAP_TYPE_SK_STORAGE 3593 kernel/bpf/verifier.c 		if (map->map_type != BPF_MAP_TYPE_SK_STORAGE)
BPF_MAP_TYPE_SK_STORAGE   21 samples/bpf/tcp_dumpstats_kern.c 	.type = BPF_MAP_TYPE_SK_STORAGE,
BPF_MAP_TYPE_SK_STORAGE   50 tools/bpf/bpftool/map.c 	[BPF_MAP_TYPE_SK_STORAGE]		= "sk_storage",
BPF_MAP_TYPE_SK_STORAGE  224 tools/lib/bpf/libbpf_probes.c 	case BPF_MAP_TYPE_SK_STORAGE:
BPF_MAP_TYPE_SK_STORAGE   24 tools/testing/selftests/bpf/map_tests/sk_storage_map.c 	.map_type = BPF_MAP_TYPE_SK_STORAGE,
BPF_MAP_TYPE_SK_STORAGE   16 tools/testing/selftests/bpf/progs/socket_cookie_prog.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
BPF_MAP_TYPE_SK_STORAGE   18 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
BPF_MAP_TYPE_SK_STORAGE   25 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
BPF_MAP_TYPE_SK_STORAGE   32 tools/testing/selftests/bpf/progs/sockopt_inherit.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
BPF_MAP_TYPE_SK_STORAGE   18 tools/testing/selftests/bpf/progs/sockopt_sk.c 	.type = BPF_MAP_TYPE_SK_STORAGE,
BPF_MAP_TYPE_SK_STORAGE   17 tools/testing/selftests/bpf/progs/tcp_rtt.c 	.type = BPF_MAP_TYPE_SK_STORAGE,
BPF_MAP_TYPE_SK_STORAGE   64 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
BPF_MAP_TYPE_SK_STORAGE   71 tools/testing/selftests/bpf/progs/test_sock_fields_kern.c 	__uint(type, BPF_MAP_TYPE_SK_STORAGE);
BPF_MAP_TYPE_SK_STORAGE  594 tools/testing/selftests/bpf/test_verifier.c 		.map_type = BPF_MAP_TYPE_SK_STORAGE,