Searched refs:BPF_SK_SKB_STREAM_VERDICT (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | section_names.c | 87 {0, BPF_PROG_TYPE_SK_SKB, BPF_SK_SKB_STREAM_VERDICT}, 88 {0, BPF_SK_SKB_STREAM_VERDICT},
|
| H A D | sockmap_listen.c | 1026 err = xbpf_prog_attach(verdict, sock_map, BPF_SK_SKB_STREAM_VERDICT, 0); in test_skb_redir_to_connected() 1033 xbpf_prog_detach2(verdict, sock_map, BPF_SK_SKB_STREAM_VERDICT); in test_skb_redir_to_connected() 1137 err = xbpf_prog_attach(verdict, sock_map, BPF_SK_SKB_STREAM_VERDICT, 0); in test_skb_redir_to_listening() 1144 xbpf_prog_detach2(verdict, sock_map, BPF_SK_SKB_STREAM_VERDICT); in test_skb_redir_to_listening()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 930 BPF_SK_SKB_STREAM_VERDICT, 0); in run_options() 951 BPF_SK_SKB_STREAM_VERDICT, 0); in run_options() 1240 bpf_prog_detach2(prog_fd[1], map_fd[0], BPF_SK_SKB_STREAM_VERDICT); in run_options() 1242 bpf_prog_detach2(prog_fd[2], map_fd[8], BPF_SK_SKB_STREAM_VERDICT); in run_options() 1703 BPF_SK_SKB_STREAM_VERDICT, 1704 BPF_SK_SKB_STREAM_VERDICT,
|
| H A D | test_maps.c | 773 err = bpf_prog_attach(-1, fd, BPF_SK_SKB_STREAM_VERDICT, 0); in test_sockmap() 797 err = bpf_prog_detach(fd, BPF_SK_SKB_STREAM_VERDICT); in test_sockmap() 900 BPF_SK_SKB_STREAM_VERDICT, 0); in test_sockmap() 1040 BPF_SK_SKB_STREAM_VERDICT, 0); in test_sockmap() 1105 err = bpf_prog_detach2(verdict_prog, map_fd_rx, BPF_SK_SKB_STREAM_VERDICT); 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 D | bpf.h | 168 BPF_SK_SKB_STREAM_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 D | bpf.h | 168 BPF_SK_SKB_STREAM_VERDICT, enumerator
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | common.c | 59 [BPF_SK_SKB_STREAM_VERDICT] = "sk_skb_stream_verdict",
|
| H A D | prog.c | 78 [BPF_SK_SKB_STREAM_VERDICT] = "stream_verdict",
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 210 BPF_SK_SKB_STREAM_VERDICT, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 210 BPF_SK_SKB_STREAM_VERDICT, enumerator
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock_map.c | 1505 case BPF_SK_SKB_STREAM_VERDICT: in sock_map_prog_update()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 2966 case BPF_SK_SKB_STREAM_VERDICT: in attach_type_to_prog_type()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 8418 BPF_SK_SKB_STREAM_VERDICT),
|