Searched defs:new_prog (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nf_bpf_link.c | 165 static int bpf_nf_link_update(struct bpf_link *link, struct bpf_prog *new_prog, in bpf_nf_link_update()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_metadata.c | 283 struct bpf_program *new_prog, *prog; in test_xdp_metadata() local
|
/openbmc/linux/kernel/bpf/ |
H A D | net_namespace.c | 165 struct bpf_prog *new_prog, in bpf_netns_link_update_prog()
|
H A D | cgroup.c | 633 struct bpf_prog *new_prog = prog ? : link->link.prog; in __cgroup_bpf_attach() local 812 struct bpf_prog *new_prog) in __cgroup_bpf_replace() 844 static int cgroup_bpf_replace(struct bpf_link *link, struct bpf_prog *new_prog, in cgroup_bpf_replace()
|
H A D | bpf_iter.c | 412 struct bpf_prog *new_prog, in bpf_iter_link_replace()
|
H A D | offload.c | 263 int bpf_prog_dev_bound_inherit(struct bpf_prog *new_prog, struct bpf_prog *old_prog) in bpf_prog_dev_bound_inherit()
|
H A D | verifier.c | 17813 struct bpf_prog *new_prog, u32 off, u32 cnt) in adjust_insn_aux_data() 17874 struct bpf_prog *new_prog; in bpf_patch_insn_data() local 18165 struct bpf_prog *new_prog; in opt_subreg_zext_lo32_rnd_hi32() local 18269 struct bpf_prog *new_prog; in convert_ctx_accesses() local 18892 struct bpf_prog *new_prog; in do_misc_fixups() local 19421 struct bpf_prog *new_prog; in inline_bpf_loop() local 19514 struct bpf_prog *new_prog; in optimize_bpf_loop() local
|
H A D | syscall.c | 5122 struct bpf_prog *old_prog = NULL, *new_prog; in link_update() local
|
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede.h | 521 struct bpf_prog *new_prog; member
|
/openbmc/linux/net/core/ |
H A D | dev.c | 9258 struct bpf_xdp_link *link, struct bpf_prog *new_prog, in dev_xdp_attach() 9465 static int bpf_xdp_link_update(struct bpf_link *link, struct bpf_prog *new_prog, in bpf_xdp_link_update() 9591 struct bpf_prog *new_prog = NULL, *old_prog = NULL; in dev_change_xdp_fd() local
|
H A D | filter.c | 562 struct bpf_prog *new_prog, int *new_len, in bpf_convert_filter()
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 2876 static inline int bpf_prog_dev_bound_inherit(struct bpf_prog *new_prog, in bpf_prog_dev_bound_inherit()
|