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

/linux-master/kernel/bpf/
H A Ddevmap.c104 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab, argument
107 return &dtab->dev_index_head[idx & (dtab->n_buckets - 1)];
110 static int dev_map_init_map(struct bpf_dtab *dtab, union bpf_attr *attr) argument
130 bpf_map_init_from_attr(&dtab->map, attr);
136 if (dtab->map.max_entries > 1UL << 31)
139 dtab->n_buckets = roundup_pow_of_two(dtab->map.max_entries);
141 dtab->dev_index_head = dev_map_create_hash(dtab
160 struct bpf_dtab *dtab; local
182 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
245 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
266 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
281 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
438 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
605 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
722 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
821 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
838 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
858 __dev_map_alloc_node(struct net *net, struct bpf_dtab *dtab, struct bpf_devmap_val *val, unsigned int idx) argument
909 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
958 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
1031 struct bpf_dtab *dtab = container_of(map, struct bpf_dtab, map); local
1072 dev_map_hash_remove_netdev(struct bpf_dtab *dtab, struct net_device *netdev) argument
1102 struct bpf_dtab *dtab; local
[all...]

Completed in 97 milliseconds