Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbpf-program.c421 _cleanup_free_ char *sfd = NULL, *sat = NULL, *unescaped = NULL; in bpf_program_deserialize_attachment() local
444 r = extract_first_word(&v, &sat, NULL, 0); in bpf_program_deserialize_attachment()
450 at = bpf_cgroup_attach_type_from_string(sat); in bpf_program_deserialize_attachment()