Home
last modified time | relevance | path

Searched refs:update_prog (Results 1 – 10 of 10) sorted by relevance

/linux/net/netfilter/
H A Dnf_bpf_link.c177 .update_prog = bpf_nf_link_update,
/linux/kernel/bpf/
H A Dtcx.c293 .update_prog = tcx_link_update,
H A Dnet_namespace.c234 .update_prog = bpf_netns_link_update_prog,
H A Dbpf_iter.c494 .update_prog = bpf_iter_link_replace,
H A Dcgroup.c1528 .update_prog = cgroup_bpf_replace,
H A Dsyscall.c5971 if (link->ops->update_prog) in link_update()
5972 ret = link->ops->update_prog(link, new_prog, old_prog); in link_update()
/linux/tools/perf/util/
H A Dsession.c3132 bool update_prog = false;
3142 update_prog = true;
3218 if (update_prog)
3237 if (update_prog)
2044 bool update_prog = false; __perf_session__process_pipe_events() local
/linux/net/core/
H A Dsock_map.c1870 .update_prog = sock_map_link_update_prog,
H A Ddev.c10728 .update_prog = bpf_xdp_link_update,
/linux/include/linux/
H A Dbpf.h1954 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog, member