Searched refs:meta (Results 1 - 25 of 232) sorted by last modified time

12345678910

/linux-master/net/unix/
H A Daf_unix.c3405 __bpf_md_ptr(struct bpf_iter_meta *, meta);
3410 static int unix_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta, argument
3415 meta->seq_num--; /* skip SEQ_START_TOKEN */
3416 ctx.meta = meta;
3540 struct bpf_iter_meta meta; local
3558 meta.seq = seq;
3559 prog = bpf_iter_get_info(&meta, false);
3560 ret = unix_prog_seq_show(prog, &meta, v, uid);
3569 struct bpf_iter_meta meta; local
[all...]
/linux-master/include/net/netfilter/
H A Dnf_flow_table.h22 struct flow_dissector_key_meta meta; member in struct:nf_flow_key
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c2478 struct xsk_tx_metadata *meta = NULL; local
2509 meta = xsk_buff_get_metadata(pool, xdp_desc.addr);
2540 xsk_tx_metadata_request(meta, &stmmac_xsk_tx_metadata_ops,
2554 xsk_tx_metadata_to_compl(meta,
/linux-master/net/xdp/
H A Dxsk.c672 struct xsk_tx_metadata *meta = NULL; local
738 meta = buffer - xs->pool->tx_metadata_len;
739 if (unlikely(!xsk_buff_valid_tx_metadata(meta))) {
744 if (meta->flags & XDP_TXMD_FLAGS_CHECKSUM) {
745 if (unlikely(meta->request.csum_start +
746 meta->request.csum_offset +
752 skb->csum_start = hr + meta->request.csum_start;
753 skb->csum_offset = meta->request.csum_offset;
769 xsk_tx_metadata_to_compl(meta, &skb_shinfo(skb)->xsk_meta);
/linux-master/net/ipv6/
H A Dip6_fib.c2710 struct bpf_iter_meta *meta,
2715 ctx.meta = meta;
2723 struct bpf_iter_meta meta; local
2727 meta.seq = seq;
2728 prog = bpf_iter_get_info(&meta, false);
2732 ret = ipv6_route_prog_seq_show(prog, &meta, v);
2740 struct bpf_iter_meta meta; local
2744 meta.seq = seq;
2745 prog = bpf_iter_get_info(&meta, tru
2709 ipv6_route_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta, void *v) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c1615 GspFwWprMeta *meta; local
1622 meta = gsp->wpr_meta.data;
1624 meta->magic = GSP_FW_WPR_META_MAGIC;
1625 meta->revision = GSP_FW_WPR_META_REVISION;
1627 meta->sysmemAddrOfRadix3Elf = gsp->radix3.mem[0].addr;
1628 meta->sizeOfRadix3Elf = gsp->fb.wpr2.elf.size;
1630 meta->sysmemAddrOfBootloader = gsp->boot.fw.addr;
1631 meta->sizeOfBootloader = gsp->boot.fw.size;
1632 meta->bootloaderCodeOffset = gsp->boot.code_offset;
1633 meta
2005 GspFwWprMeta *meta = gsp->wpr_meta.data; local
[all...]
/linux-master/fs/btrfs/
H A Dioctl.c3527 memcpy(&bargs->meta, &bctl->meta, sizeof(bargs->meta));
3662 memcpy(&bctl->meta, &bargs->meta, sizeof(bctl->meta));
H A Dvolumes.c3622 btrfs_cpu_balance_args_to_disk(&disk_bargs, &bctl->meta);
3690 if (bctl->meta.flags & BTRFS_BALANCE_ARGS_CONVERT)
3691 bctl->meta.flags |= BTRFS_BALANCE_ARGS_SOFT;
3712 if (!(bctl->meta.flags & BTRFS_BALANCE_ARGS_USAGE) &&
3713 !(bctl->meta.flags & BTRFS_BALANCE_ARGS_USAGE_RANGE) &&
3714 !(bctl->meta.flags & BTRFS_BALANCE_ARGS_CONVERT)) {
3715 bctl->meta.flags |= BTRFS_BALANCE_ARGS_USAGE;
3716 bctl->meta.usage = 90;
3934 bargs = &bctl->meta;
4020 u64 limit_meta = bctl->meta
[all...]
H A Dblock-group.c58 bctl->meta.flags & BTRFS_BALANCE_ARGS_CONVERT) {
59 target = BTRFS_BLOCK_GROUP_METADATA | bctl->meta.target;
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh691 meta l4proto tcp socket transparent 1 meta mark set 1 accept
692 tcp dport 20000 tproxy to :20000 meta mark set 1 accept
/linux-master/net/ipv4/
H A Dudp.c3120 __bpf_md_ptr(struct bpf_iter_meta *, meta);
3261 static int udp_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta,
3266 meta->seq_num--; /* skip SEQ_START_TOKEN */
3267 ctx.meta = meta;
3277 struct bpf_iter_meta meta;
3294 meta.seq = seq;
3295 prog = bpf_iter_get_info(&meta, false);
3296 ret = udp_prog_seq_show(prog, &meta, v, uid, state->bucket);
3312 struct bpf_iter_meta meta;
3260 udp_prog_seq_show(struct bpf_prog *prog, struct bpf_iter_meta *meta, struct udp_sock *udp_sk, uid_t uid, int bucket) argument
3276 struct bpf_iter_meta meta; local
3311 struct bpf_iter_meta meta; local
[all...]
/linux-master/net/core/
H A Dsock_map.c701 __bpf_md_ptr(struct bpf_iter_meta *, meta);
707 DEFINE_BPF_ITER_FUNC(sockmap, struct bpf_iter_meta *meta,
751 struct bpf_iter_meta meta; local
754 meta.seq = seq;
755 prog = bpf_iter_get_info(&meta, !v);
759 ctx.meta = &meta;
1362 struct bpf_iter_meta meta; local
1365 meta.seq = seq;
1366 prog = bpf_iter_get_info(&meta, !ele
[all...]
/linux-master/kernel/trace/
H A Dbpf_trace.c718 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size, argument
732 .data = meta,
/linux-master/kernel/bpf/
H A Dverifier.c412 struct btf_struct_meta *meta; local
417 meta = btf_find_struct_meta(reg->btf, reg->btf_id);
418 if (meta)
419 rec = meta->record;
999 static bool is_kfunc_rcu_protected(struct bpf_kfunc_call_arg_meta *meta);
1002 struct bpf_kfunc_call_arg_meta *meta,
1023 if (is_kfunc_rcu_protected(meta)) {
4916 struct bpf_call_arg_meta *meta);
4945 /* Note that we pass a NULL meta, so raw access will not be permitted.
5311 struct btf_struct_meta *meta; local
1001 mark_stack_slots_iter(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta, struct bpf_reg_state *reg, int insn_idx, struct btf *btf, u32 btf_id, int nr_slots) argument
5473 may_access_direct_pkt_data(struct bpf_verifier_env *env, const struct bpf_call_arg_meta *meta, enum bpf_access_type t) argument
6374 struct bpf_iter_meta *meta; local
7089 check_stack_range_initialized( struct bpf_verifier_env *env, int regno, int off, int access_size, bool zero_size_allowed, enum bpf_access_src type, struct bpf_call_arg_meta *meta) argument
7245 check_helper_mem_access(struct bpf_verifier_env *env, int regno, int access_size, bool zero_size_allowed, struct bpf_call_arg_meta *meta) argument
7344 check_mem_size_reg(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, bool zero_size_allowed, struct bpf_call_arg_meta *meta) argument
7402 struct bpf_call_arg_meta meta; local
7435 struct bpf_call_arg_meta meta; local
7556 process_timer_func(struct bpf_verifier_env *env, int regno, struct bpf_call_arg_meta *meta) argument
7593 process_kptr_func(struct bpf_verifier_env *env, int regno, struct bpf_call_arg_meta *meta) argument
7737 is_iter_kfunc(struct bpf_kfunc_call_arg_meta *meta) argument
7742 is_iter_new_kfunc(struct bpf_kfunc_call_arg_meta *meta) argument
7747 is_iter_next_kfunc(struct bpf_kfunc_call_arg_meta *meta) argument
7752 is_iter_destroy_kfunc(struct bpf_kfunc_call_arg_meta *meta) argument
7757 is_kfunc_arg_iter(struct bpf_kfunc_call_arg_meta *meta, int arg) argument
7765 process_iter_arg(struct bpf_verifier_env *env, int regno, int insn_idx, struct bpf_kfunc_call_arg_meta *meta) argument
7991 process_iter_next_call(struct bpf_verifier_env *env, int insn_idx, struct bpf_kfunc_call_arg_meta *meta) argument
8074 resolve_map_arg_type(struct bpf_verifier_env *env, const struct bpf_call_arg_meta *meta, enum bpf_arg_type *arg_type) argument
8222 check_reg_type(struct bpf_verifier_env *env, u32 regno, enum bpf_arg_type arg_type, const u32 *arg_btf_id, struct bpf_call_arg_meta *meta) argument
8569 check_func_arg(struct bpf_verifier_env *env, u32 arg, struct bpf_call_arg_meta *meta, const struct bpf_func_proto *fn, int insn_idx) argument
9412 struct bpf_call_arg_meta meta; local
9945 do_refine_retval_range(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int ret_type, int func_id, struct bpf_call_arg_meta *meta) argument
9984 record_func_map(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) argument
10030 record_func_key(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) argument
10188 struct bpf_call_arg_meta meta; local
10711 is_kfunc_acquire(struct bpf_kfunc_call_arg_meta *meta) argument
10716 is_kfunc_release(struct bpf_kfunc_call_arg_meta *meta) argument
10721 is_kfunc_trusted_args(struct bpf_kfunc_call_arg_meta *meta) argument
10726 is_kfunc_sleepable(struct bpf_kfunc_call_arg_meta *meta) argument
10731 is_kfunc_destructive(struct bpf_kfunc_call_arg_meta *meta) argument
10736 is_kfunc_rcu(struct bpf_kfunc_call_arg_meta *meta) argument
10741 is_kfunc_rcu_protected(struct bpf_kfunc_call_arg_meta *meta) argument
11045 is_kfunc_ret_null(struct bpf_kfunc_call_arg_meta *meta) argument
11055 is_kfunc_bpf_rcu_read_lock(struct bpf_kfunc_call_arg_meta *meta) argument
11060 is_kfunc_bpf_rcu_read_unlock(struct bpf_kfunc_call_arg_meta *meta) argument
11066 get_kfunc_ptr_arg_type(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta, const struct btf_type *t, const struct btf_type *ref_t, const char *ref_tname, const struct btf_param *args, int argno, int nargs) argument
11152 process_kf_arg_ptr_to_btf_id(struct bpf_verifier_env *env, struct bpf_reg_state *reg, const struct btf_type *ref_t, const char *ref_tname, u32 ref_id, struct bpf_kfunc_call_arg_meta *meta, int argno) argument
11433 __process_kf_arg_ptr_to_graph_root(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta, enum btf_field_type head_field_type, struct btf_field **head_field) argument
11483 process_kf_arg_ptr_to_list_head(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta) argument
11491 process_kf_arg_ptr_to_rbtree_root(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta) argument
11500 __process_kf_arg_ptr_to_graph_node(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta, enum btf_field_type head_field_type, enum btf_field_type node_field_type, struct btf_field **node_field) argument
11564 process_kf_arg_ptr_to_list_node(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta) argument
11573 process_kf_arg_ptr_to_rbtree_node(struct bpf_verifier_env *env, struct bpf_reg_state *reg, u32 regno, struct bpf_kfunc_call_arg_meta *meta) argument
11604 check_kfunc_args(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta, int insn_idx) argument
12049 fetch_kfunc_meta(struct bpf_verifier_env *env, struct bpf_insn *insn, struct bpf_kfunc_call_arg_meta *meta, const char **kfunc_name) argument
12101 struct bpf_kfunc_call_arg_meta meta; local
15738 struct bpf_kfunc_call_arg_meta meta; local
[all...]
H A Dhelpers.c1907 struct btf_struct_meta *meta = meta__ign; local
1914 if (meta)
1915 bpf_obj_init(meta->record, p);
1952 struct btf_struct_meta *meta = meta__ign; local
1955 __bpf_obj_drop_impl(p, meta ? meta->record : NULL, false);
1966 struct btf_struct_meta *meta = meta__ign; local
1972 ref = (struct bpf_refcount *)(p__refcounted_kptr + meta->record->refcount_off);
2014 struct btf_struct_meta *meta = meta__ign; local
2016 return __bpf_list_add(n, head, false, meta
2024 struct btf_struct_meta *meta = meta__ign; local
2122 struct btf_struct_meta *meta = meta__ign; local
[all...]
/linux-master/include/linux/
H A Dbpf.h1956 u64 bpf_event_output(struct bpf_map *map, u64 flags, void *meta, u64 meta_size,
2435 __bpf_md_ptr(struct bpf_iter_meta *, meta);
2449 struct bpf_prog *bpf_iter_get_info(struct bpf_iter_meta *meta, bool in_stop);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_arena.c132 struct seq_file *seq = ctx->meta->seq;
/linux-master/include/net/
H A Dxdp_sock.h129 * @meta: pointer to AF_XDP metadata area
136 static inline void xsk_tx_metadata_to_compl(struct xsk_tx_metadata *meta, argument
139 if (!meta)
142 if (meta->flags & XDP_TXMD_FLAGS_TIMESTAMP)
143 compl->tx_timestamp = &meta->completion.tx_timestamp;
151 * @meta: pointer to AF_XDP metadata area
158 static inline void xsk_tx_metadata_request(const struct xsk_tx_metadata *meta, argument
162 if (!meta)
166 if (meta->flags & XDP_TXMD_FLAGS_TIMESTAMP)
170 if (meta
213 xsk_tx_metadata_to_compl(struct xsk_tx_metadata *meta, struct xsk_tx_metadata_compl *compl) argument
218 xsk_tx_metadata_request(struct xsk_tx_metadata *meta, const struct xsk_tx_metadata_ops *ops, void *priv) argument
[all...]
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c1450 struct core_vma_metadata *meta = vma_meta + i; local
1452 if (!dump_user_range(cprm, meta->start, meta->dump_size))
1577 struct core_vma_metadata *meta = cprm->vma_meta + i; local
1581 sz = meta->end - meta->start;
1585 phdr.p_vaddr = meta->start;
1587 phdr.p_filesz = meta->dump_size;
1591 if (meta->flags & VM_READ)
1593 if (meta
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c132 void iwl_txq_gen2_tfd_unmap(struct iwl_trans *trans, struct iwl_cmd_meta *meta, argument
147 if (meta->tbs & BIT(i))
175 iwl_txq_gen2_tfd_unmap(trans, &txq->entries[idx].meta,
211 * meta != NULL indicates that it's a page mapping and we
212 * need to dma_unmap_page() and set the meta->tbs bit in
219 u16 len, struct iwl_cmd_meta *meta)
234 if (meta)
235 meta->tbs |= BIT(ret);
271 meta = NULL;
281 if (meta)
215 iwl_txq_gen2_set_tb_with_wa(struct iwl_trans *trans, struct sk_buff *skb, struct iwl_tfh_tfd *tfd, dma_addr_t phys, void *virt, u16 len, struct iwl_cmd_meta *meta) argument
1392 iwl_txq_gen1_tfd_unmap(struct iwl_trans *trans, struct iwl_cmd_meta *meta, struct iwl_txq *txq, int index) argument
[all...]
/linux-master/fs/gfs2/
H A Dbmap.c1432 * sweep_bh_for_rgrps - find an rgrp in a meta buffer and free blocks therein
1438 * @meta: true if bh points to metadata (rather than data)
1455 bool meta, u32 *btotal)
1522 if (meta)
1564 __gfs2_free_blocks(ip, rgd, bstart, (u32)blen, meta);
1572 __gfs2_free_blocks(ip, rgd, bstart, (u32)blen, meta);
1749 * above). This determines at which heights additional meta pointers
1453 sweep_bh_for_rgrps(struct gfs2_inode *ip, struct gfs2_holder *rd_gh, struct buffer_head *bh, __be64 *start, __be64 *end, bool meta, u32 *btotal) argument
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c1895 struct ice_meta_sect *meta; local
1901 meta = ice_pkg_enum_section((struct ice_seg *)seg_hdr, &state,
1903 if (!meta) {
1909 hw->pkg_ver = meta->ver;
1910 memcpy(hw->pkg_name, meta->name, sizeof(meta->name));
1913 meta->ver.major, meta->ver.minor, meta->ver.update,
1914 meta
[all...]
/linux-master/fs/f2fs/
H A Dsegment.c452 unsigned int meta = get_pages(sbi, F2FS_DIRTY_META); local
459 nodes >= threshold || meta >= threshold ||
462 return dents + qdata + nodes + meta + imeta > global_threshold;
/linux-master/include/uapi/linux/
H A Dvideodev2.h2434 * @meta and @raw_data
2445 struct v4l2_meta_format meta; /* V4L2_BUF_TYPE_META_CAPTURE */ member in union:v4l2_format::__anon954
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c87 /* No need to reconfig meta nodes */
358 need_bytes = node->vdev_fmt.fmt.meta.buffersize;
403 size = fmt->fmt.meta.buffersize;
703 /* Skip the meta node */
849 /* Each node is dedicated to only one meta format */
962 /* meta capture */
968 /* meta output */
1043 f->fmt.meta.dataformat = V4L2_META_FMT_IPU3_PARAMS;
1045 imgu_css_meta_fmt_set(&f->fmt.meta);
1050 f->fmt.meta
[all...]

Completed in 377 milliseconds

12345678910