Home
last modified time | relevance | path

Searched defs:new_prog (Results 1 – 9 of 9) sorted by relevance

/linux-5.10/tools/perf/util/
Dbpf-prologue.c365 struct bpf_insn *new_prog, size_t *new_cnt, in bpf__gen_prologue()
/linux-5.10/kernel/bpf/
Dnet_namespace.c164 struct bpf_prog *new_prog, in bpf_netns_link_update_prog()
Dbpf_iter.c367 struct bpf_prog *new_prog, in bpf_iter_link_replace()
Dcgroup.c575 struct bpf_prog *new_prog) in __cgroup_bpf_replace()
600 static int cgroup_bpf_replace(struct bpf_link *link, struct bpf_prog *new_prog, in cgroup_bpf_replace()
Dverifier.c9969 struct bpf_prog *new_prog, u32 off, u32 cnt) in adjust_insn_aux_data()
10030 struct bpf_prog *new_prog; in bpf_patch_insn_data() local
10312 struct bpf_prog *new_prog; in opt_subreg_zext_lo32_rnd_hi32() local
10395 struct bpf_prog *new_prog; in convert_ctx_accesses() local
10853 struct bpf_prog *new_prog; in fixup_bpf_calls() local
Dsyscall.c4094 struct bpf_prog *old_prog = NULL, *new_prog; in link_update() local
/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede.h520 struct bpf_prog *new_prog; member
/linux-5.10/net/core/
Ddev.c9018 struct bpf_xdp_link *link, struct bpf_prog *new_prog, in dev_xdp_attach()
9211 static int bpf_xdp_link_update(struct bpf_link *link, struct bpf_prog *new_prog, in bpf_xdp_link_update()
9323 struct bpf_prog *new_prog = NULL, *old_prog = NULL; in dev_change_xdp_fd() local
Dfilter.c556 struct bpf_prog *new_prog, int *new_len, in bpf_convert_filter()