Searched refs:meta1 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/kernel/bpf/ |
| D | map_in_map.c | 79 const struct bpf_map *meta1) in bpf_map_meta_equal() argument 82 return meta0->map_type == meta1->map_type && in bpf_map_meta_equal() 83 meta0->key_size == meta1->key_size && in bpf_map_meta_equal() 84 meta0->value_size == meta1->value_size && in bpf_map_meta_equal() 85 meta0->timer_off == meta1->timer_off && in bpf_map_meta_equal() 86 meta0->map_flags == meta1->map_flags; in bpf_map_meta_equal()
|
| D | arraymap.c | 504 const struct bpf_map *meta1) in array_map_meta_equal() argument 506 if (!bpf_map_meta_equal(meta0, meta1)) in array_map_meta_equal() 509 meta0->max_entries == meta1->max_entries; in array_map_meta_equal()
|
| /Linux-v5.15/net/xdp/ |
| D | xskmap.c | 250 const struct bpf_map *meta1) in xsk_map_meta_equal() argument 252 return meta0->max_entries == meta1->max_entries && in xsk_map_meta_equal() 253 bpf_map_meta_equal(meta0, meta1); in xsk_map_meta_equal()
|
| /Linux-v5.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| D | jit.c | 3960 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ld_mask() local 3967 nfp_for_each_insn_walk2(nfp_prog, meta1, meta2) { in nfp_bpf_opt_ld_mask() 3970 insn = meta1->insn; in nfp_bpf_opt_ld_mask() 3999 struct nfp_insn_meta *meta1, *meta2, *meta3; in nfp_bpf_opt_ld_shift() local 4001 nfp_for_each_insn_walk3(nfp_prog, meta1, meta2, meta3) { in nfp_bpf_opt_ld_shift() 4004 insn = meta1->insn; in nfp_bpf_opt_ld_shift() 4190 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ldst_gather() local 4195 nfp_for_each_insn_walk2(nfp_prog, meta1, meta2) { in nfp_bpf_opt_ldst_gather() 4196 struct bpf_insn *ld = &meta1->insn; in nfp_bpf_opt_ldst_gather() 4207 if (!curr_pair_is_memcpy(meta1, meta2) || in nfp_bpf_opt_ldst_gather() [all …]
|
| /Linux-v5.15/include/linux/ |
| D | bpf.h | 139 const struct bpf_map *meta1); 293 const struct bpf_map *meta1);
|