Searched defs:attach_type (Results 1 – 6 of 6) sorted by relevance
290 enum bpf_attach_type attach_type) in skel_link_create()
9508 static char *libbpf_get_type_names(bool attach_type)9743 void btf_get_kernel_prefix_kind(enum bpf_attach_type attach_type,9784 enum bpf_attach_type attach_type)9794 enum bpf_attach_type attach_type)9851 enum bpf_attach_type attach_type,9890 enum bpf_attach_type attach_type = prog->expected_attach_type; local9928 enum bpf_attach_type *attach_type)12439 enum bpf_attach_type attach_type; local
718 enum bpf_attach_type attach_type, in bpf_link_create()
88 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member1494 __u32 attach_type; member1551 __u32 attach_type; member1612 __u32 attach_type; /* attach type */ member6511 __u32 attach_type; member6517 __u32 attach_type; member6545 __u32 attach_type; member6593 __u32 attach_type; member6597 __u32 attach_type; member
247 uint32_t attach_type; member291 uint32_t attach_type; member
45 #define attach_type() var.u8[2] /* attachment type */ macro