Home
last modified time | relevance | path

Searched defs:new_prog (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-prologue.c364 bpf__gen_prologue(struct probe_trace_arg *args, int nargs, struct bpf_insn *new_prog, size_t *new_cnt, size_t cnt_space) bpf__gen_prologue() argument
/kernel/linux/linux-5.10/kernel/bpf/
H A Dnet_namespace.c163 bpf_netns_link_update_prog(struct bpf_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog) bpf_netns_link_update_prog() argument
H A Dbpf_iter.c366 bpf_iter_link_replace(struct bpf_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog) bpf_iter_link_replace() argument
H A Dcgroup.c600 static int cgroup_bpf_replace(struct bpf_link *link, struct bpf_prog *new_prog, in cgroup_bpf_replace() argument
573 __cgroup_bpf_replace(struct cgroup *cgrp, struct bpf_cgroup_link *link, struct bpf_prog *new_prog) __cgroup_bpf_replace() argument
H A Dsyscall.c4133 struct bpf_prog *old_prog = NULL, *new_prog; in link_update() local
H A Dverifier.c10826 struct bpf_prog *new_prog; in bpf_patch_insn_data() local
10763 adjust_insn_aux_data(struct bpf_verifier_env *env, struct bpf_insn_aux_data *new_data, struct bpf_prog *new_prog, u32 off, u32 cnt) adjust_insn_aux_data() argument
11117 struct bpf_prog *new_prog; opt_subreg_zext_lo32_rnd_hi32() local
11200 struct bpf_prog *new_prog; convert_ctx_accesses() local
11647 struct bpf_prog *new_prog; fixup_bpf_calls() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dnet_namespace.c164 bpf_netns_link_update_prog(struct bpf_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog) bpf_netns_link_update_prog() argument
H A Doffload.c263 int bpf_prog_dev_bound_inherit(struct bpf_prog *new_prog, struct bpf_prog *old_prog) in bpf_prog_dev_bound_inherit() argument
H A Dbpf_iter.c411 bpf_iter_link_replace(struct bpf_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog) bpf_iter_link_replace() argument
H A Dcgroup.c616 struct bpf_prog *new_prog = prog ? : link->link.prog; in __cgroup_bpf_attach() local
827 static int cgroup_bpf_replace(struct bpf_link *link, struct bpf_prog *new_prog, in cgroup_bpf_replace() argument
793 __cgroup_bpf_replace(struct cgroup *cgrp, struct bpf_cgroup_link *link, struct bpf_prog *new_prog) __cgroup_bpf_replace() argument
[all...]
H A Dsyscall.c5059 struct bpf_prog *old_prog = NULL, *new_prog; in link_update() local
H A Dverifier.c17847 struct bpf_prog *new_prog; in bpf_patch_insn_data() local
17784 adjust_insn_aux_data(struct bpf_verifier_env *env, struct bpf_insn_aux_data *new_data, struct bpf_prog *new_prog, u32 off, u32 cnt) adjust_insn_aux_data() argument
18138 struct bpf_prog *new_prog; opt_subreg_zext_lo32_rnd_hi32() local
18242 struct bpf_prog *new_prog; convert_ctx_accesses() local
18865 struct bpf_prog *new_prog; do_misc_fixups() local
19394 struct bpf_prog *new_prog; inline_bpf_loop() local
19487 struct bpf_prog *new_prog; optimize_bpf_loop() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c283 struct bpf_program *new_prog, *prog; in test_xdp_metadata() local
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_bpf_link.c162 static int bpf_nf_link_update(struct bpf_link *link, struct bpf_prog *new_prog, in bpf_nf_link_update() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede.h525 struct bpf_prog *new_prog; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede.h521 struct bpf_prog *new_prog; member
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.c1519 struct gl_program *new_prog = NULL; in _mesa_use_shader_program() local
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c561 bpf_convert_filter(struct sock_filter *prog, int len, struct bpf_prog *new_prog, int *new_len, bool *seen_ld_abs) bpf_convert_filter() argument
[all...]
H A Ddev.c9147 dev_xdp_attach(struct net_device *dev, struct netlink_ext_ack *extack, struct bpf_xdp_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog, u32 flags) dev_xdp_attach() argument
9341 bpf_xdp_link_update(struct bpf_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog) bpf_xdp_link_update() argument
9465 struct bpf_prog *new_prog = NULL, *old_prog = NULL; dev_change_xdp_fd() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dbpf.h2848 static inline int bpf_prog_dev_bound_inherit(struct bpf_prog *new_prog, in bpf_prog_dev_bound_inherit() argument
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c561 bpf_convert_filter(struct sock_filter *prog, int len, struct bpf_prog *new_prog, int *new_len, bool *seen_ld_abs) bpf_convert_filter() argument
[all...]
H A Ddev.c9249 dev_xdp_attach(struct net_device *dev, struct netlink_ext_ack *extack, struct bpf_xdp_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog, u32 flags) dev_xdp_attach() argument
9457 bpf_xdp_link_update(struct bpf_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog) bpf_xdp_link_update() argument
9583 struct bpf_prog *new_prog = NULL, *old_prog = NULL; dev_change_xdp_fd() local
[all...]

Completed in 110 milliseconds