Searched defs:attach_type (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/core/ |
D | bpf-foreign.c | 15 uint32_t attach_type; member 19 enum bpf_attach_type attach_type, in bpf_foreign_key_new() 79 enum bpf_attach_type attach_type, in bpf_foreign_prepare()
|
D | bpf-firewall.c | 660 static int attach_custom_bpf_progs(Unit *u, const char *path, int attach_type, Set **set, Set **set… in attach_custom_bpf_progs()
|
D | dbus-cgroup.c | 368 const char *attach_type = bpf_cgroup_attach_type_to_string(p->attach_type); in property_get_bpf_foreign_program() local 684 int attach_type = bpf_cgroup_attach_type_from_string(a); in bus_cgroup_set_transient_property() local
|
D | cgroup.h | 101 uint32_t attach_type; member
|
D | cgroup.c | 673 int cgroup_add_bpf_foreign_program(CGroupContext *c, uint32_t attach_type, const char *bpffs_path) { in cgroup_add_bpf_foreign_program()
|
D | load-fragment.c | 5862 int attach_type, r; in config_parse_bpf_foreign_program() local
|
/systemd-251/src/test/ |
D | test-bpf-foreign-programs.c | 23 enum bpf_attach_type attach_type; member 123 static int bpf_foreign_test_to_string(enum bpf_attach_type attach_type, const char *bpffs_path, cha… in bpf_foreign_test_to_string()
|
/systemd-251/src/shared/linux/ |
D | bpf.h | 87 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 1358 __u32 attach_type; member 1409 __u32 attach_type; member 1451 __u32 attach_type; /* attach type */ member 5688 __u32 attach_type; member 5694 __u32 attach_type; member 5707 __u32 attach_type; member
|