Searched refs:update_prog (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/net/netfilter/ |
| H A D | nf_bpf_link.c | 177 .update_prog = bpf_nf_link_update,
|
| /linux-6.15/kernel/bpf/ |
| H A D | tcx.c | 293 .update_prog = tcx_link_update,
|
| H A D | net_namespace.c | 240 .update_prog = bpf_netns_link_update_prog,
|
| H A D | bpf_iter.c | 495 .update_prog = bpf_iter_link_replace,
|
| H A D | cgroup.c | 1303 .update_prog = cgroup_bpf_replace,
|
| H A D | syscall.c | 5527 if (link->ops->update_prog) in link_update() 5528 ret = link->ops->update_prog(link, new_prog, old_prog); in link_update()
|
| /linux-6.15/tools/perf/util/ |
| H A D | session.c | 1832 bool update_prog = false; in __perf_session__process_pipe_events() local 1842 update_prog = true; in __perf_session__process_pipe_events() 1916 if (update_prog) in __perf_session__process_pipe_events() 1932 if (update_prog) in __perf_session__process_pipe_events()
|
| /linux-6.15/drivers/net/ |
| H A D | netkit.c | 766 .update_prog = netkit_link_update,
|
| /linux-6.15/net/core/ |
| H A D | sock_map.c | 1838 .update_prog = sock_map_link_update_prog,
|
| H A D | dev.c | 10236 .update_prog = bpf_xdp_link_update,
|
| /linux-6.15/include/linux/ |
| H A D | bpf.h | 1708 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog, member
|