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

  /external/strace/xlat/
bpf_attach_type.h 55 #if defined(BPF_SK_MSG_VERDICT) || (defined(HAVE_DECL_BPF_SK_MSG_VERDICT) && HAVE_DECL_BPF_SK_MSG_VERDICT)
57 static_assert((BPF_SK_MSG_VERDICT) == (7), "BPF_SK_MSG_VERDICT != 7");
60 # define BPF_SK_MSG_VERDICT 7
143 [BPF_SK_MSG_VERDICT] = XLAT(BPF_SK_MSG_VERDICT),
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_section_names.c 85 {"sk_msg", {0, BPF_PROG_TYPE_SK_MSG, 0}, {0, BPF_SK_MSG_VERDICT} },
test_sockmap.c 836 map_fd[1], BPF_SK_MSG_VERDICT, 0);
1021 bpf_prog_detach2(tx_prog_fd, map_fd[1], BPF_SK_MSG_VERDICT);
1482 BPF_SK_MSG_VERDICT,
1483 BPF_SK_MSG_VERDICT,
1484 BPF_SK_MSG_VERDICT,
1485 BPF_SK_MSG_VERDICT,
1486 BPF_SK_MSG_VERDICT,
1487 BPF_SK_MSG_VERDICT,
1488 BPF_SK_MSG_VERDICT,
    [all...]
test_maps.c 724 err = bpf_prog_attach(-1, fd, BPF_SK_MSG_VERDICT, 0);
748 err = bpf_prog_detach(fd, BPF_SK_MSG_VERDICT);
851 err = bpf_prog_attach(msg_prog, map_fd_msg, BPF_SK_MSG_VERDICT, 0);
    [all...]
  /bionic/libc/kernel/uapi/linux/
bpf.h 155 BPF_SK_MSG_VERDICT,
  /external/bcc/src/cc/compat/linux/
bpf.h 170 BPF_SK_MSG_VERDICT,
    [all...]
  /external/kernel-headers/original/uapi/linux/
bpf.h 178 BPF_SK_MSG_VERDICT,
    [all...]

Completed in 169 milliseconds