Searched refs:BPF_MAP_TYPE_SK_STORAGE (Results 26 - 38 of 38) sorted by relevance

12

/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c616 __uint(type, BPF_MAP_TYPE_SK_STORAGE);
696 VERIFY_TYPE(BPF_MAP_TYPE_SK_STORAGE, check_sk_storage);
H A Dtest_tcp_hdr_options.c39 __uint(type, BPF_MAP_TYPE_SK_STORAGE);
H A Dverifier_sock.c46 __uint(type, BPF_MAP_TYPE_SK_STORAGE);
H A Dmap_kptr.c92 __uint(type, BPF_MAP_TYPE_SK_STORAGE);
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c312 case BPF_MAP_TYPE_SK_STORAGE:
H A Dlibbpf.c180 [BPF_MAP_TYPE_SK_STORAGE] = "sk_storage",
/linux-master/net/core/
H A Dbpf_sk_storage.c524 if (map->map_type != BPF_MAP_TYPE_SK_STORAGE) {
874 if (map->map_type != BPF_MAP_TYPE_SK_STORAGE)
/linux-master/include/uapi/linux/
H A Dbpf.h1003 BPF_MAP_TYPE_SK_STORAGE, enumerator in enum:bpf_map_type
4060 * be a **BPF_MAP_TYPE_SK_STORAGE** also.
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1003 BPF_MAP_TYPE_SK_STORAGE, enumerator in enum:bpf_map_type
4060 * be a **BPF_MAP_TYPE_SK_STORAGE** also.
/linux-master/kernel/bpf/
H A Dsyscall.c1109 map->map_type != BPF_MAP_TYPE_SK_STORAGE &&
1135 map->map_type != BPF_MAP_TYPE_SK_STORAGE &&
1289 case BPF_MAP_TYPE_SK_STORAGE:
H A Dverifier.c8967 case BPF_MAP_TYPE_SK_STORAGE:
9090 if (map->map_type != BPF_MAP_TYPE_SK_STORAGE)
18176 case BPF_MAP_TYPE_SK_STORAGE:
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c918 case BPF_MAP_TYPE_SK_STORAGE:
H A Dtest_verifier.c834 fd = bpf_map_create(BPF_MAP_TYPE_SK_STORAGE, "test_map", 4, 8, 0, &opts);

Completed in 292 milliseconds

12