Home
last modified time | relevance | path

Searched refs:BPF_MAP_TYPE_REUSEPORT_SOCKARRAY (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_btf_map_in_map.c98 __uint(type, BPF_MAP_TYPE_REUSEPORT_SOCKARRAY);
105 __uint(type, BPF_MAP_TYPE_REUSEPORT_SOCKARRAY);
H A Dtest_migrate_reuseport.c25 __uint(type, BPF_MAP_TYPE_REUSEPORT_SOCKARRAY);
H A Dmap_ptr_kern.c540 __uint(type, BPF_MAP_TYPE_REUSEPORT_SOCKARRAY);
690 VERIFY_TYPE(BPF_MAP_TYPE_REUSEPORT_SOCKARRAY, in cg_skb()
H A Dverifier_sock.c13 __uint(type, BPF_MAP_TYPE_REUSEPORT_SOCKARRAY);
/openbmc/linux/include/linux/
H A Dbpf_types.h124 BPF_MAP_TYPE(BPF_MAP_TYPE_REUSEPORT_SOCKARRAY, reuseport_array_ops)
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c352 case BPF_MAP_TYPE_REUSEPORT_SOCKARRAY: in probe_map_create()
H A Dlibbpf.c165 [BPF_MAP_TYPE_REUSEPORT_SOCKARRAY] = "reuseport_sockarray",
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c741 case BPF_MAP_TYPE_REUSEPORT_SOCKARRAY: in maptype_str()
865 test_map_type(BPF_MAP_TYPE_REUSEPORT_SOCKARRAY); in serial_test_select_reuseport()
/openbmc/linux/tools/bpf/bpftool/
H A Dmap.c239 map_info->type == BPF_MAP_TYPE_REUSEPORT_SOCKARRAY) in print_entry_error()
857 if (info->type == BPF_MAP_TYPE_REUSEPORT_SOCKARRAY && in map_dump()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c1724 map_fd = bpf_map_create(BPF_MAP_TYPE_REUSEPORT_SOCKARRAY, NULL, in test_reuseport_array()
1861 map_fd = bpf_map_create(BPF_MAP_TYPE_REUSEPORT_SOCKARRAY, NULL, in test_reuseport_array()
H A Dtest_verifier.c1205 map_fds[19] = __create_map(BPF_MAP_TYPE_REUSEPORT_SOCKARRAY, in do_test_fixup()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h934 BPF_MAP_TYPE_REUSEPORT_SOCKARRAY, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h934 BPF_MAP_TYPE_REUSEPORT_SOCKARRAY, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c191 } else if (map->map_type == BPF_MAP_TYPE_REUSEPORT_SOCKARRAY) { in bpf_map_update_value()
233 } else if (map->map_type == BPF_MAP_TYPE_REUSEPORT_SOCKARRAY) { in bpf_map_copy_value()
1212 case BPF_MAP_TYPE_REUSEPORT_SOCKARRAY: in map_create()
/openbmc/linux/net/core/
H A Dfilter.c11166 bool is_sockarray = map->map_type == BPF_MAP_TYPE_REUSEPORT_SOCKARRAY; in BPF_CALL_4()