Searched refs:replace_bpf_fd (Results 1 – 7 of 7) sorted by relevance
304 if (attr->target_fd || attr->attach_flags || attr->replace_bpf_fd) in netns_bpf_prog_attach()
775 replace_prog = bpf_prog_get_type(attr->replace_bpf_fd, ptype); in cgroup_bpf_prog_attach()
2963 #define BPF_PROG_ATTACH_LAST_FIELD replace_bpf_fd
74 if (attr->attach_flags || attr->replace_bpf_fd) in sock_map_get_from_fd()94 if (attr->attach_flags || attr->replace_bpf_fd) in sock_map_prog_detach()
573 __u32 replace_bpf_fd; /* previously attached eBPF member
557 attr.replace_bpf_fd = OPTS_GET(opts, replace_prog_fd, 0); in bpf_prog_attach_xattr()