Lines Matching refs:u32
84 u32 n_buckets;
113 u32 valsize = attr->value_size; in dev_map_init_map()
249 u32 index = key ? *(u32 *)key : U32_MAX; in dev_map_get_next_key()
250 u32 *next = next_key; in dev_map_get_next_key()
267 static void *__dev_map_hash_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_hash_lookup_elem()
285 u32 idx, *next = next_key; in dev_map_hash_get_next_key()
293 idx = *(u32 *)key; in dev_map_hash_get_next_key()
336 u32 act; in dev_map_bpf_prog_run()
365 static void bq_xmit_all(struct xdp_dev_bulk_queue *bq, u32 flags) in bq_xmit_all()
429 static void *__dev_map_lookup_elem(struct bpf_map *map, u32 key) in __dev_map_lookup_elem()
488 static u32 dev_map_bpf_prog_run_skb(struct sk_buff *skb, struct bpf_dtab_netdev *dst) in dev_map_bpf_prog_run_skb()
492 u32 act; in dev_map_bpf_prog_run_skb()
779 struct bpf_dtab_netdev *obj = __dev_map_lookup_elem(map, *(u32 *)key); in dev_map_lookup_elem()
787 *(u32 *)key); in dev_map_hash_lookup_elem()
806 int k = *(u32 *)key; in dev_map_delete_elem()
821 int k = *(u32 *)key; in dev_map_hash_delete_elem()
894 u32 i = *(u32 *)key; in __dev_map_update_elem()
941 u32 idx = *(u32 *)key; in __dev_map_hash_update_elem()
995 static int dev_map_redirect(struct bpf_map *map, u32 ifindex, u64 flags) in dev_map_redirect()
1002 static int dev_hash_map_redirect(struct bpf_map *map, u32 ifindex, u64 flags) in dev_hash_map_redirect()
1040 u32 i; in dev_map_hash_remove_netdev()