Home
last modified time | relevance | path

Searched refs:BPF_SK_MSG_VERDICT (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsection_names.c93 {0, BPF_PROG_TYPE_SK_MSG, BPF_SK_MSG_VERDICT},
94 {0, BPF_SK_MSG_VERDICT},
H A Dsockmap_basic.c123 err = bpf_prog_attach(verdict, map, BPF_SK_MSG_VERDICT, 0); in test_skmsg_helpers()
129 err = bpf_prog_detach2(verdict, map, BPF_SK_MSG_VERDICT); in test_skmsg_helpers()
H A Dsockmap_listen.c1047 err = xbpf_prog_attach(verdict, sock_map, BPF_SK_MSG_VERDICT, 0); in test_msg_redir_to_connected()
1053 xbpf_prog_detach2(verdict, sock_map, BPF_SK_MSG_VERDICT); in test_msg_redir_to_connected()
1158 err = xbpf_prog_attach(verdict, sock_map, BPF_SK_MSG_VERDICT, 0); in test_msg_redir_to_listening()
1164 xbpf_prog_detach2(verdict, sock_map, BPF_SK_MSG_VERDICT); in test_msg_redir_to_listening()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_sockmap.c992 map_fd[1], BPF_SK_MSG_VERDICT, 0); in run_options()
1245 bpf_prog_detach2(tx_prog_fd, map_fd[1], BPF_SK_MSG_VERDICT); in run_options()
1706 BPF_SK_MSG_VERDICT,
1707 BPF_SK_MSG_VERDICT,
1708 BPF_SK_MSG_VERDICT,
1709 BPF_SK_MSG_VERDICT,
1710 BPF_SK_MSG_VERDICT,
1711 BPF_SK_MSG_VERDICT,
1712 BPF_SK_MSG_VERDICT,
H A Dtest_maps.c779 err = bpf_prog_attach(-1, fd, BPF_SK_MSG_VERDICT, 0); in test_sockmap()
803 err = bpf_prog_detach(fd, BPF_SK_MSG_VERDICT); in test_sockmap()
906 err = bpf_prog_attach(msg_prog, map_fd_msg, BPF_SK_MSG_VERDICT, 0); in test_sockmap()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h170 BPF_SK_MSG_VERDICT, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h170 BPF_SK_MSG_VERDICT, enumerator
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcommon.c60 [BPF_SK_MSG_VERDICT] = "sk_msg_verdict",
H A Dprog.c79 [BPF_SK_MSG_VERDICT] = "msg_verdict",
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h212 BPF_SK_MSG_VERDICT, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h212 BPF_SK_MSG_VERDICT, enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_map.c1499 case BPF_SK_MSG_VERDICT: in sock_map_prog_update()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c2963 case BPF_SK_MSG_VERDICT: in attach_type_to_prog_type()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c8421 BPF_SK_MSG_VERDICT),