Searched defs:new_prog (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | bpf-prologue.c | 365 struct bpf_insn *new_prog, size_t *new_cnt, in bpf__gen_prologue()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | xdp_metadata.c | 286 struct bpf_program *new_prog, *prog; in test_xdp_metadata() local
|
/linux-6.3-rc2/kernel/bpf/ |
A D | net_namespace.c | 165 struct bpf_prog *new_prog, in bpf_netns_link_update_prog()
|
A 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()
|
A D | bpf_iter.c | 412 struct bpf_prog *new_prog, in bpf_iter_link_replace()
|
A D | offload.c | 260 int bpf_prog_dev_bound_inherit(struct bpf_prog *new_prog, struct bpf_prog *old_prog) in bpf_prog_dev_bound_inherit()
|
A D | verifier.c | 15346 struct bpf_prog *new_prog, u32 off, u32 cnt) in adjust_insn_aux_data() 15407 struct bpf_prog *new_prog; in bpf_patch_insn_data() local 15698 struct bpf_prog *new_prog; in opt_subreg_zext_lo32_rnd_hi32() local 15802 struct bpf_prog *new_prog; in convert_ctx_accesses() local 16342 struct bpf_prog *new_prog; in do_misc_fixups() local 16871 struct bpf_prog *new_prog; in inline_bpf_loop() local 16964 struct bpf_prog *new_prog; in optimize_bpf_loop() local
|
A D | syscall.c | 4656 struct bpf_prog *old_prog = NULL, *new_prog; in link_update() local
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/ |
A D | qede.h | 519 struct bpf_prog *new_prog; member
|
/linux-6.3-rc2/net/core/ |
A D | dev.c | 9143 struct bpf_xdp_link *link, struct bpf_prog *new_prog, in dev_xdp_attach() 9350 static int bpf_xdp_link_update(struct bpf_link *link, struct bpf_prog *new_prog, in bpf_xdp_link_update() 9474 struct bpf_prog *new_prog = NULL, *old_prog = NULL; in dev_change_xdp_fd() local
|
A D | filter.c | 560 struct bpf_prog *new_prog, int *new_len, in bpf_convert_filter()
|
/linux-6.3-rc2/include/linux/ |
A D | bpf.h | 2601 static inline int bpf_prog_dev_bound_inherit(struct bpf_prog *new_prog, in bpf_prog_dev_bound_inherit()
|
Completed in 112 milliseconds