Searched refs:BPF_MAP_TYPE_STACK (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/Documentation/bpf/ |
H A D | map_queue_stack.rst | 5 BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK 9 - ``BPF_MAP_TYPE_QUEUE`` and ``BPF_MAP_TYPE_STACK`` were introduced 12 ``BPF_MAP_TYPE_QUEUE`` provides FIFO storage and ``BPF_MAP_TYPE_STACK`` 22 ``BPF_MAP_TYPE_QUEUE`` and ``BPF_MAP_TYPE_STACK`` do not support
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_stack_map.c | 3 #define MAP_TYPE BPF_MAP_TYPE_STACK
|
H A D | test_map_ops.c | 17 __uint(type, BPF_MAP_TYPE_STACK);
|
H A D | map_ptr_kern.c | 596 __uint(type, BPF_MAP_TYPE_STACK); 695 VERIFY_TYPE(BPF_MAP_TYPE_STACK, check_stack); in cg_skb()
|
/openbmc/linux/include/linux/ |
H A D | bpf_types.h | 128 BPF_MAP_TYPE(BPF_MAP_TYPE_STACK, stack_map_ops)
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_probes.c | 304 case BPF_MAP_TYPE_STACK: in probe_map_create()
|
H A D | libbpf.c | 168 [BPF_MAP_TYPE_STACK] = "stack", 5153 case BPF_MAP_TYPE_STACK: in bpf_object__create_map()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 606 fd = bpf_map_create(BPF_MAP_TYPE_STACK, NULL, 4, sizeof(val), MAP_SIZE, &map_opts); in test_stackmap() 609 fd = bpf_map_create(BPF_MAP_TYPE_STACK, NULL, 0, sizeof(val), MAP_SIZE, &map_opts); in test_stackmap() 1591 map_type == BPF_MAP_TYPE_STACK); in test_map_wronly_stack_or_queue() 1622 test_map_wronly_stack_or_queue(BPF_MAP_TYPE_STACK); in test_map_wronly()
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 196 map->map_type == BPF_MAP_TYPE_STACK || in bpf_map_update_value() 236 map->map_type == BPF_MAP_TYPE_STACK || in bpf_map_copy_value() 1224 case BPF_MAP_TYPE_STACK: in map_create() 1936 map->map_type == BPF_MAP_TYPE_STACK)) { in map_lookup_and_delete_elem() 1962 map->map_type == BPF_MAP_TYPE_STACK) { in map_lookup_and_delete_elem()
|
H A D | verifier.c | 8865 case BPF_MAP_TYPE_STACK: in check_map_func_compatibility() 8976 map->map_type != BPF_MAP_TYPE_STACK) in check_map_func_compatibility() 8982 map->map_type != BPF_MAP_TYPE_STACK && in check_map_func_compatibility()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 954 BPF_MAP_TYPE_STACK, enumerator
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 954 BPF_MAP_TYPE_STACK, enumerator
|