Home
last modified time | relevance | path

Searched refs:meta1 (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/kernel/bpf/
A Dmap_in_map.c109 const struct bpf_map *meta1) in bpf_map_meta_equal() argument
112 return meta0->map_type == meta1->map_type && in bpf_map_meta_equal()
113 meta0->key_size == meta1->key_size && in bpf_map_meta_equal()
114 meta0->value_size == meta1->value_size && in bpf_map_meta_equal()
115 meta0->map_flags == meta1->map_flags && in bpf_map_meta_equal()
116 btf_record_equal(meta0->record, meta1->record); in bpf_map_meta_equal()
A Darraymap.c537 const struct bpf_map *meta1) in array_map_meta_equal() argument
539 if (!bpf_map_meta_equal(meta0, meta1)) in array_map_meta_equal()
542 meta0->max_entries == meta1->max_entries; in array_map_meta_equal()
/linux-6.3-rc2/net/xdp/
A Dxskmap.c252 const struct bpf_map *meta1) in xsk_map_meta_equal() argument
254 return meta0->max_entries == meta1->max_entries && in xsk_map_meta_equal()
255 bpf_map_meta_equal(meta0, meta1); in xsk_map_meta_equal()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/bpf/
A Djit.c3960 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ld_mask() local
3970 insn = meta1->insn; in nfp_bpf_opt_ld_mask()
4004 insn = meta1->insn; in nfp_bpf_opt_ld_shift()
4190 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ldst_gather() local
4196 struct bpf_insn *ld = &meta1->insn; in nfp_bpf_opt_ldst_gather()
4239 head_ld_meta = meta1; in nfp_bpf_opt_ldst_gather()
4243 meta1 = nfp_meta_next(meta1); in nfp_bpf_opt_ldst_gather()
4260 head_ld_meta = meta1; in nfp_bpf_opt_ldst_gather()
4268 meta1 = nfp_meta_next(meta1); in nfp_bpf_opt_ldst_gather()
4405 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_replace_map_ptrs() local
[all …]
/linux-6.3-rc2/include/linux/
A Dbpf.h154 const struct bpf_map *meta1);
509 const struct bpf_map *meta1);

Completed in 26 milliseconds