Home
last modified time | relevance | path

Searched refs:attached_type (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Dbpf-program.c226 if (p->attached_type != type) in bpf_program_cgroup_attach()
264 p->attached_type = type; in bpf_program_cgroup_attach()
290 attr.attach_type = p->attached_type; in bpf_program_cgroup_detach()
390 bpf_cgroup_attach_type_to_string(p->attached_type), in bpf_program_serialize_attachment()
471 .attached_type = at, in bpf_program_deserialize_attachment()
Dbpf-program.h32 int attached_type; member