Lines Matching refs:bpf_dtab
66 struct bpf_dtab *dtab;
73 struct bpf_dtab { struct
103 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab, in dev_map_index_hash() argument
109 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr) in dev_map_init_map()
172 struct bpf_dtab *dtab; in dev_map_alloc()
197 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_free()
260 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_get_next_key()
277 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_hash_lookup_elem()
292 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_hash_get_next_key()
411 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_lookup_elem()
555 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_delete_elem()
577 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in dev_map_hash_delete_elem()
598 struct bpf_dtab *dtab, in __dev_map_alloc_node()
647 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_update_elem()
694 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); in __dev_map_hash_update_elem()
779 static void dev_map_hash_remove_netdev(struct bpf_dtab *dtab, in dev_map_hash_remove_netdev()
809 struct bpf_dtab *dtab; in dev_map_notification()