Home
last modified time | relevance | path

Searched refs:BPF_MAP_TYPE_STACK (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Dmap_queue_stack.rst5 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 Dtest_stack_map.c3 #define MAP_TYPE BPF_MAP_TYPE_STACK
H A Dtest_map_ops.c17 __uint(type, BPF_MAP_TYPE_STACK);
H A Dmap_ptr_kern.c596 __uint(type, BPF_MAP_TYPE_STACK);
695 VERIFY_TYPE(BPF_MAP_TYPE_STACK, check_stack); in cg_skb()
/openbmc/linux/include/linux/
H A Dbpf_types.h128 BPF_MAP_TYPE(BPF_MAP_TYPE_STACK, stack_map_ops)
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c304 case BPF_MAP_TYPE_STACK: in probe_map_create()
H A Dlibbpf.c168 [BPF_MAP_TYPE_STACK] = "stack",
5153 case BPF_MAP_TYPE_STACK: in bpf_object__create_map()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c606 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 Dsyscall.c196 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()
1215 case BPF_MAP_TYPE_STACK: in map_create()
1935 map->map_type == BPF_MAP_TYPE_STACK)) { in map_lookup_and_delete_elem()
1961 map->map_type == BPF_MAP_TYPE_STACK) { in map_lookup_and_delete_elem()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h937 BPF_MAP_TYPE_STACK, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h937 BPF_MAP_TYPE_STACK, enumerator