Home
last modified time | relevance | path

Searched refs:replace_bpf_fd (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dnet_namespace.c304 if (attr->target_fd || attr->attach_flags || attr->replace_bpf_fd) in netns_bpf_prog_attach()
H A Dcgroup.c827 replace_prog = bpf_prog_get_type(attr->replace_bpf_fd, ptype); in cgroup_bpf_prog_attach()
H A Dsyscall.c2988 #define BPF_PROG_ATTACH_LAST_FIELD replace_bpf_fd
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_map.c74 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()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h573 __u32 replace_bpf_fd; /* previously attached eBPF member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h573 __u32 replace_bpf_fd; /* previously attached eBPF member
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.c557 attr.replace_bpf_fd = OPTS_GET(opts, replace_prog_fd, 0); in bpf_prog_attach_xattr()