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

/linux-master/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) argument
H A Doffload.c270 int bpf_prog_dev_bound_inherit(struct bpf_prog *new_prog, struct bpf_prog *old_prog) argument
H A Dbpf_iter.c411 bpf_iter_link_replace(struct bpf_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog) argument
H A Dcgroup.c616 struct bpf_prog *new_prog = prog ? : link->link.prog; local
827 static int cgroup_bpf_replace(struct bpf_link *link, struct bpf_prog *new_prog, argument
793 __cgroup_bpf_replace(struct cgroup *cgrp, struct bpf_cgroup_link *link, struct bpf_prog *new_prog) argument
[all...]
H A Dsyscall.c5315 struct bpf_prog *old_prog = NULL, *new_prog; local
H A Dverifier.c18516 struct bpf_prog *new_prog; local
18453 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) argument
18807 struct bpf_prog *new_prog; local
18911 struct bpf_prog *new_prog; local
19596 struct bpf_prog *new_prog; local
20252 struct bpf_prog *new_prog; local
20345 struct bpf_prog *new_prog; local
[all...]
/linux-master/net/netfilter/
H A Dnf_bpf_link.c162 static int bpf_nf_link_update(struct bpf_link *link, struct bpf_prog *new_prog, argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c369 struct bpf_program *new_prog, *prog; local
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede.h521 struct bpf_prog *new_prog; member in union:qede_reload_args::__anon1563
/linux-master/net/core/
H A Dfilter.c564 bpf_convert_filter(struct sock_filter *prog, int len, struct bpf_prog *new_prog, int *new_len, bool *seen_ld_abs) argument
[all...]
H A Ddev.c9309 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) argument
9517 bpf_xdp_link_update(struct bpf_link *link, struct bpf_prog *new_prog, struct bpf_prog *old_prog) argument
9643 struct bpf_prog *new_prog = NULL, *old_prog = NULL; local
[all...]
/linux-master/include/linux/
H A Dbpf.h3031 static inline int bpf_prog_dev_bound_inherit(struct bpf_prog *new_prog, argument

Completed in 399 milliseconds