HomeSort by relevance Sort by last modified time
    Searched full:bpf_attr (Results 1 - 7 of 7) sorted by null

  /external/iproute2/examples/bpf/
bpf_sys.h 14 union bpf_attr attr = {
  /external/strace/tests/
bpf.c 49 union bpf_attr attr = {
60 union bpf_attr attr = {
71 union bpf_attr attr = {
90 (unsigned) sizeof(union bpf_attr));
96 (unsigned) sizeof(union bpf_attr));
103 (unsigned) sizeof(union bpf_attr));
109 (unsigned) sizeof(union bpf_attr));
115 (unsigned) sizeof(union bpf_attr));
123 insns, log_buf, (unsigned) sizeof(union bpf_attr));
  /bionic/libc/kernel/uapi/linux/
bpf.h 105 union bpf_attr { union
  /external/iproute2/tc/
tc_bpf.c 70 static int bpf(int cmd, union bpf_attr *attr, unsigned int size)
84 union bpf_attr attr = {
438 union bpf_attr attr;
748 union bpf_attr attr = {
761 union bpf_attr attr = {
782 union bpf_attr attr = {
    [all...]
  /external/iproute2/include/linux/
bpf.h 101 union bpf_attr { union
  /external/kernel-headers/original/uapi/linux/
bpf.h 101 union bpf_attr { union
  /external/strace/
configure.ac 401 AC_CACHE_CHECK([whether union bpf_attr.log_buf initialization works],
405 [[union bpf_attr a = { .log_buf = 0 };]])],
410 [Define to 1 if union bpf_attr.log_buf initialization works])

Completed in 341 milliseconds