Searched refs:update_prog (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nf_bpf_link.c | 177 .update_prog = bpf_nf_link_update,
|
/openbmc/linux/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 | 497 .update_prog = bpf_iter_link_replace,
|
H A D | cgroup.c | 1286 .update_prog = cgroup_bpf_replace,
|
H A D | syscall.c | 5173 if (link->ops->update_prog) in link_update() 5174 ret = link->ops->update_prog(link, new_prog, old_prog); in link_update()
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 1562 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog, member
|
/openbmc/linux/net/core/ |
H A D | dev.c | 9525 .update_prog = bpf_xdp_link_update, in bpf_xdp_link_attach()
|