Searched defs:bpf_htab (Results 1 – 12 of 12) sorted by relevance
91 struct bpf_htab { struct100 __uint(map_flags, BPF_F_NO_PREALLOC); /* to test bpf_htab.count */ argument
97003 struct bpf_htab { struct97004 struct bpf_map map;97005 struct bpf_mem_alloc ma;97006 struct bpf_mem_alloc pcpu_ma;97007 struct bucket *buckets;97008 void *elems;97013 union {97017 struct htab_elem **extra_elems;97018 struct percpu_counter pcount;97019 atomic_t count;[all …]
102406 struct bpf_htab { struct102407 struct bpf_map map;102408 struct bpf_mem_alloc ma;102409 struct bpf_mem_alloc pcpu_ma;102410 struct bucket *buckets;102411 void *elems;102414 union {102418 struct htab_elem **extra_elems;102419 struct percpu_counter pcount;102420 atomic_t count;[all …]
93646 struct bpf_htab { struct93647 struct bpf_map map;93648 struct bucket *buckets;93649 void *elems;93664 union {93688 struct bpf_htab *htab; argument
27671 struct bpf_htab { struct27672 struct bpf_map map;27673 struct bpf_mem_alloc ma;27674 struct bpf_mem_alloc pcpu_ma;27675 struct bucket *buckets;27676 void *elems;27679 union {27683 struct htab_elem **extra_elems;27684 struct percpu_counter pcount;27685 atomic_t count;[all …]
43796 struct bpf_htab { struct43797 struct bpf_map map;43798 struct bucket *buckets;43799 void *elems;43806 union {43830 struct bpf_htab *htab; argument
68677 struct bpf_htab { struct68678 struct bpf_map map;68679 struct bucket *buckets;68680 void *elems;68687 union {68711 struct bpf_htab *htab; argument