Searched refs:bpf_dtab (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/bpf/
H A Ddevmap.c74 struct bpf_dtab { struct
104 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab,
110 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr)
160 struct bpf_dtab *dtab;
182 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map);
245 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map);
266 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, ma
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c408 struct bpf_dtab { struct
421 struct bpf_dtab *devmap = (struct bpf_dtab *)&m_devmap;
642 struct bpf_dtab *devmap_hash = (struct bpf_dtab *)&m_devmap_hash;

Completed in 135 milliseconds