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.c182 [BPF_MAP_TYPE_SK_STORAGE] = "sk_storage",
/linux-master/net/core/
H A Dbpf_sk_storage.c519 if (map->map_type != BPF_MAP_TYPE_SK_STORAGE) {
869 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
4068 * 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
4068 * be a **BPF_MAP_TYPE_SK_STORAGE** also.
/linux-master/kernel/bpf/
H A Dsyscall.c1121 map->map_type != BPF_MAP_TYPE_SK_STORAGE &&
1148 map->map_type != BPF_MAP_TYPE_SK_STORAGE &&
1302 case BPF_MAP_TYPE_SK_STORAGE:
H A Dverifier.c9023 case BPF_MAP_TYPE_SK_STORAGE:
9146 if (map->map_type != BPF_MAP_TYPE_SK_STORAGE)
18356 case BPF_MAP_TYPE_SK_STORAGE:
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c834 fd = bpf_map_create(BPF_MAP_TYPE_SK_STORAGE, "test_map", 4, 8, 0, &opts);
H A Dveristat.c921 case BPF_MAP_TYPE_SK_STORAGE:

Completed in 622 milliseconds

12