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

  /external/linux-kselftest/tools/testing/selftests/net/
reuseport_bpf.c 95 static char bpf_log_buf[65536]; local
116 attr.log_buf = (unsigned long) &bpf_log_buf;
117 attr.log_size = sizeof(bpf_log_buf);
123 error(1, errno, "ebpf error. log:\n%s\n", bpf_log_buf);
  /external/iproute2/tc/
tc_bpf.c 729 static char bpf_log_buf[65536]; variable
739 if (bpf_log_buf[0]) {
740 fprintf(stderr, "%s\n", bpf_log_buf);
741 memset(bpf_log_buf, 0, sizeof(bpf_log_buf));
766 .log_buf = bpf_ptr_to_u64(bpf_log_buf),
767 .log_size = sizeof(bpf_log_buf),
    [all...]

Completed in 57 milliseconds