Searched refs:attach_type (Results 1 - 10 of 10) sorted by relevance
/third_party/libbpf/src/ |
H A D | skel_internal.h | 290 enum bpf_attach_type attach_type) in skel_link_create() 298 attr.link_create.attach_type = attach_type; in skel_link_create() 289 skel_link_create(int prog_fd, int target_fd, enum bpf_attach_type attach_type) skel_link_create() argument
|
H A D | bpf.c | 654 attr.attach_type = type; in bpf_prog_attach_opts() 692 attr.attach_type = type; in bpf_prog_detach_opts() 718 enum bpf_attach_type attach_type, in bpf_link_create() 743 attr.link_create.attach_type = attach_type; in bpf_link_create() 751 switch (attach_type) { in bpf_link_create() 857 switch (attach_type) { in bpf_link_create() 933 attr.query.attach_type = type; in bpf_prog_query_opts() 717 bpf_link_create(int prog_fd, int target_fd, enum bpf_attach_type attach_type, const struct bpf_link_create_opts *opts) bpf_link_create() argument
|
H A D | libbpf.h | 287 enum bpf_attach_type *attach_type); 289 enum bpf_attach_type attach_type);
|
H A D | bpf.h | 429 enum bpf_attach_type attach_type,
|
H A D | libbpf_internal.h | 419 void btf_get_kernel_prefix_kind(enum bpf_attach_type attach_type,
|
H A D | libbpf.c | 9469 static char *libbpf_get_type_names(bool attach_type) argument 9483 if (attach_type) { 9704 void btf_get_kernel_prefix_kind(enum bpf_attach_type attach_type, argument 9707 switch (attach_type) { 9745 enum bpf_attach_type attach_type) 9750 btf_get_kernel_prefix_kind(attach_type, &prefix, &kind); 9755 enum bpf_attach_type attach_type) 9767 err = find_attach_btf_id(btf, name, attach_type); 9812 enum bpf_attach_type attach_type, 9817 ret = find_attach_btf_id(obj->btf_vmlinux, attach_name, attach_type); 9744 find_attach_btf_id(struct btf *btf, const char *name, enum bpf_attach_type attach_type) global() argument 9754 libbpf_find_vmlinux_btf_id(const char *name, enum bpf_attach_type attach_type) global() argument 9811 find_kernel_btf_id(struct bpf_object *obj, const char *attach_name, enum bpf_attach_type attach_type, int *btf_obj_fd, int *btf_type_id) global() argument 9851 enum bpf_attach_type attach_type = prog->expected_attach_type; global() local 9888 libbpf_attach_type_by_name(const char *name, enum bpf_attach_type *attach_type) global() argument 12394 enum bpf_attach_type attach_type; global() local [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 88 __u32 attach_type; /* program attach type (enum bpf_attach_type) */ member 280 * *attach_type* hook. 282 * The *attach_type* specifies the eBPF attachment point to 288 * or sock_ops type corresponding to the specified *attach_type*. 326 * hook specified by *attach_type*. The program must have been 436 * specified *attach_type* hook. 754 * *attach_type* hook and return a file descriptor handle for 1494 __u32 attach_type; member 1551 __u32 attach_type; member 1612 __u32 attach_type; /* attac member 6511 __u32 attach_type; global() member 6517 __u32 attach_type; global() member 6545 __u32 attach_type; global() member 6593 __u32 attach_type; global() member 6597 __u32 attach_type; global() member [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-kerx-table.hh | 290 o.attach_type() = ATTACH_TYPE_NONE; in transition() 294 else if (o.attach_type()) in transition() 313 o.attach_type() = ATTACH_TYPE_NONE; in transition() 317 else if (o.attach_type()) in transition() 570 o.attach_type() = ATTACH_TYPE_MARK; in transition() 904 pos[i].attach_type() = ATTACH_TYPE_CURSIVE; in apply()
|
H A D | hb-ot-layout-gpos-table.hh | 45 #define attach_type() var.u8[2] /* attachment type */ macro 46 /* Note! if attach_chain() is zero, the value of attach_type() is irrelevant. */ 710 o.attach_type() = ATTACH_TYPE_MARK; in apply() 1875 pos[child].attach_type() = ATTACH_TYPE_CURSIVE; in apply() 2862 int chain = pos[i].attach_chain(), type = pos[i].attach_type(); in reverse_cursive_minor_offset() 2882 pos[j].attach_type() = type; in reverse_cursive_minor_offset() 2892 int chain = pos[i].attach_chain(), type = pos[i].attach_type(); in propagate_attachment_offsets() 2938 buffer->pos[i].attach_chain() = buffer->pos[i].attach_type() = 0;
|
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 247 uint32_t attach_type; member 291 uint32_t attach_type; member
|
Completed in 35 milliseconds