HomeSort by relevance Sort by last modified time
    Searched refs:attach_type (Results 1 - 11 of 11) sorted by null

  /external/strace/
bpf.c 249 uint32_t target_fd, attach_bpf_fd, attach_type, attach_flags; member in struct:__anon35270
257 PRINT_FIELD_XVAL(", ", attr, attach_type, bpf_attach_type, "BPF_???");
269 uint32_t target_fd, dummy, attach_type; member in struct:__anon35271
276 PRINT_FIELD_XVAL(", ", attr, attach_type, bpf_attach_type, "BPF_???");
  /external/strace/tests/
bpf.c 476 ", attach_type=BPF_CGROUP_INET_INGRESS, attach_flags=0");
485 .attach_type = 2,
500 ", attach_type=BPF_CGROUP_INET_SOCK_CREATE"
511 .attach_type = 2
514 offsetofend(union bpf_attr, attach_type);
525 printf("target_fd=-1, attach_type=BPF_CGROUP_INET_INGRESS");
531 printf("target_fd=-1, attach_type=BPF_CGROUP_INET_SOCK_CREATE");
  /external/strace/tests-m32/
bpf.c 476 ", attach_type=BPF_CGROUP_INET_INGRESS, attach_flags=0");
485 .attach_type = 2,
500 ", attach_type=BPF_CGROUP_INET_SOCK_CREATE"
511 .attach_type = 2
514 offsetofend(union bpf_attr, attach_type);
525 printf("target_fd=-1, attach_type=BPF_CGROUP_INET_INGRESS");
531 printf("target_fd=-1, attach_type=BPF_CGROUP_INET_SOCK_CREATE");
  /external/strace/tests-mx32/
bpf.c 476 ", attach_type=BPF_CGROUP_INET_INGRESS, attach_flags=0");
485 .attach_type = 2,
500 ", attach_type=BPF_CGROUP_INET_SOCK_CREATE"
511 .attach_type = 2
514 offsetofend(union bpf_attr, attach_type);
525 printf("target_fd=-1, attach_type=BPF_CGROUP_INET_INGRESS");
531 printf("target_fd=-1, attach_type=BPF_CGROUP_INET_SOCK_CREATE");
  /bionic/libc/kernel/uapi/linux/
bpf.h 190 __u32 attach_type; member in struct:bpf_attr::__anon490
219 __u32 attach_type; member in struct:bpf_attr::__anon495
  /external/kernel-headers/original/uapi/linux/
bpf.h 277 __u32 attach_type; member in struct:bpf_attr::__anon22696
310 __u32 attach_type; member in struct:bpf_attr::__anon22701
  /system/netd/libbpf/
BpfUtils.cpp 181 attr.attach_type = type;
190 attr.attach_type = type;
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 40 #define attach_type() var.u8[2] /* attachment type */ macro
41 /* Note! if attach_chain() is zero, the value of attach_type() is irrelevant. */
442 o.attach_type() = ATTACH_TYPE_MARK;
992 pos[child].attach_type() = ATTACH_TYPE_CURSIVE;
1640 #undef attach_type macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmc.h 71 CMC_object_identifier attach_type; member in struct:__anon66347
  /external/iproute2/include/uapi/linux/
bpf.h 224 __u32 attach_type; member in struct:bpf_attr::__anon21863
  /external/iproute2/lib/
bpf.c 1035 attr.attach_type = type;
1045 attr.attach_type = type;
    [all...]

Completed in 145 milliseconds