Searched defs:new_prog (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | bpf-prologue.c | 365 struct bpf_insn *new_prog, size_t *new_cnt, in bpf__gen_prologue()
|
/linux-6.1.9/kernel/bpf/ |
D | net_namespace.c | 165 struct bpf_prog *new_prog, in bpf_netns_link_update_prog()
|
D | cgroup.c | 616 struct bpf_prog *new_prog = prog ? : link->link.prog; in __cgroup_bpf_attach() local 794 struct bpf_prog *new_prog) in __cgroup_bpf_replace() 826 static int cgroup_bpf_replace(struct bpf_link *link, struct bpf_prog *new_prog, in cgroup_bpf_replace()
|
D | bpf_iter.c | 412 struct bpf_prog *new_prog, in bpf_iter_link_replace()
|
D | verifier.c | 12996 struct bpf_prog *new_prog, u32 off, u32 cnt) in adjust_insn_aux_data() 13057 struct bpf_prog *new_prog; in bpf_patch_insn_data() local 13348 struct bpf_prog *new_prog; in opt_subreg_zext_lo32_rnd_hi32() local 13452 struct bpf_prog *new_prog; in convert_ctx_accesses() local 13948 struct bpf_prog *new_prog; in do_misc_fixups() local 14468 struct bpf_prog *new_prog; in inline_bpf_loop() local 14561 struct bpf_prog *new_prog; in optimize_bpf_loop() local
|
D | syscall.c | 4627 struct bpf_prog *old_prog = NULL, *new_prog; in link_update() local
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/ |
D | qede.h | 519 struct bpf_prog *new_prog; member
|
/linux-6.1.9/net/core/ |
D | dev.c | 9158 struct bpf_xdp_link *link, struct bpf_prog *new_prog, in dev_xdp_attach() 9361 static int bpf_xdp_link_update(struct bpf_link *link, struct bpf_prog *new_prog, in bpf_xdp_link_update() 9485 struct bpf_prog *new_prog = NULL, *old_prog = NULL; in dev_change_xdp_fd() local
|
D | filter.c | 560 struct bpf_prog *new_prog, int *new_len, in bpf_convert_filter()
|