HomeSort by relevance Sort by last modified time
    Searched refs:bpf_elf_map (Results 1 - 5 of 5) sorted by null

  /external/iproute2/include/
bpf_elf.h 8 * Below ELF section names and bpf_elf_map structure definition
30 struct bpf_elf_map { struct
bpf_scm.h 24 struct bpf_elf_map ent[BPF_SCM_MAX_FDS];
69 sizeof(struct bpf_elf_map) * num;
bpf_api.h 100 struct bpf_elf_map __section_maps NAME = { \
  /external/iproute2/examples/bpf/
bpf_prog.c 189 struct bpf_elf_map __section("maps") map_proto = {
197 struct bpf_elf_map __section("maps") map_queue = {
205 struct bpf_elf_map __section("maps") map_drops = {
  /external/iproute2/tc/
tc_bpf.c 214 static int bpf_map_selfcheck_pinned(int fd, const struct bpf_elf_map *map,
218 struct bpf_elf_map tmp, zero;
627 const struct bpf_elf_map test = {
662 offsetof(struct bpf_elf_map, max_elem));
699 struct bpf_elf_map maps[ELF_MAX_MAPS];
721 struct bpf_elf_map *ent;
1055 static int bpf_map_attach(const char *name, const struct bpf_elf_map *map,
1063 offsetof(struct bpf_elf_map,
1123 sym.st_value / sizeof(struct bpf_elf_map) != which)
1188 if (data->sec_data->d_size % sizeof(struct bpf_elf_map) != 0
    [all...]

Completed in 157 milliseconds