Searched refs:replace_bpf_fd (Results 1 - 8 of 8) sorted by relevance

/linux-master/kernel/bpf/
H A Dtcx.c26 replace_prog = bpf_prog_get_type(attr->replace_bpf_fd,
H A Dnet_namespace.c305 if (attr->target_fd || attr->attach_flags || attr->replace_bpf_fd)
H A Dcgroup.c1143 replace_prog = bpf_prog_get_type(attr->replace_bpf_fd, ptype);
/linux-master/net/core/
H A Dsock_map.c67 if (attr->attach_flags || attr->replace_bpf_fd)
87 if (attr->attach_flags || attr->replace_bpf_fd)
/linux-master/drivers/net/
H A Dnetkit.c513 replace_prog = bpf_prog_get_type(attr->replace_bpf_fd,
/linux-master/include/uapi/linux/
H A Dbpf.h1179 * replace_bpf_fd attribute. Old program at this position will be released.
1591 __u32 replace_bpf_fd; member in struct:bpf_attr::__anon2596
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1179 * replace_bpf_fd attribute. Old program at this position will be released.
1591 __u32 replace_bpf_fd; member in struct:bpf_attr::__anon3137
/linux-master/tools/lib/bpf/
H A Dbpf.c662 attr.replace_bpf_fd = OPTS_GET(opts, replace_fd, 0);

Completed in 189 milliseconds