Searched refs:meta1 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | map_in_map.c | 61 const struct bpf_map *meta1) in bpf_map_meta_equal() argument 64 return meta0->map_type == meta1->map_type && in bpf_map_meta_equal() 65 meta0->key_size == meta1->key_size && in bpf_map_meta_equal() 66 meta0->value_size == meta1->value_size && in bpf_map_meta_equal() 67 meta0->map_flags == meta1->map_flags && in bpf_map_meta_equal() 68 meta0->max_entries == meta1->max_entries; in bpf_map_meta_equal()
|
D | map_in_map.h | 18 const struct bpf_map *meta1);
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | jit.c | 3486 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ld_mask() local 3493 nfp_for_each_insn_walk2(nfp_prog, meta1, meta2) { in nfp_bpf_opt_ld_mask() 3496 insn = meta1->insn; in nfp_bpf_opt_ld_mask() 3525 struct nfp_insn_meta *meta1, *meta2, *meta3; in nfp_bpf_opt_ld_shift() local 3527 nfp_for_each_insn_walk3(nfp_prog, meta1, meta2, meta3) { in nfp_bpf_opt_ld_shift() 3530 insn = meta1->insn; in nfp_bpf_opt_ld_shift() 3716 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ldst_gather() local 3721 nfp_for_each_insn_walk2(nfp_prog, meta1, meta2) { in nfp_bpf_opt_ldst_gather() 3722 struct bpf_insn *ld = &meta1->insn; in nfp_bpf_opt_ldst_gather() 3733 if (!curr_pair_is_memcpy(meta1, meta2) || in nfp_bpf_opt_ldst_gather() [all …]
|