Searched refs:BPF_SK_SKB_STREAM_PARSER (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | section_names.c | 82 {0, BPF_PROG_TYPE_SK_SKB, BPF_SK_SKB_STREAM_PARSER}, 83 {0, BPF_SK_SKB_STREAM_PARSER},
|
| H A D | sockmap_listen.c | 1023 err = xbpf_prog_attach(parser, sock_map, BPF_SK_SKB_STREAM_PARSER, 0); in test_skb_redir_to_connected() 1035 xbpf_prog_detach2(parser, sock_map, BPF_SK_SKB_STREAM_PARSER); in test_skb_redir_to_connected() 1134 err = xbpf_prog_attach(parser, sock_map, BPF_SK_SKB_STREAM_PARSER, 0); in test_skb_redir_to_listening() 1146 xbpf_prog_detach2(parser, sock_map, BPF_SK_SKB_STREAM_PARSER); in test_skb_redir_to_listening()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_maps.c | 767 err = bpf_prog_attach(-1, fd, BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 791 err = bpf_prog_detach(fd, BPF_SK_SKB_STREAM_PARSER); in test_sockmap() 886 BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 893 BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 1034 BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 1099 err = bpf_prog_detach2(parse_prog, map_fd_rx, BPF_SK_SKB_STREAM_PARSER); in test_sockmap()
|
| H A D | test_sockmap.c | 920 BPF_SK_SKB_STREAM_PARSER, 0); in run_options() 941 BPF_SK_SKB_STREAM_PARSER, 0); in run_options() 1239 bpf_prog_detach2(prog_fd[0], map_fd[0], BPF_SK_SKB_STREAM_PARSER); in run_options() 1241 bpf_prog_detach2(prog_fd[0], map_fd[8], BPF_SK_SKB_STREAM_PARSER); in run_options() 1702 BPF_SK_SKB_STREAM_PARSER,
|
| /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 | 167 BPF_SK_SKB_STREAM_PARSER, 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 | 167 BPF_SK_SKB_STREAM_PARSER, enumerator
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | common.c | 58 [BPF_SK_SKB_STREAM_PARSER] = "sk_skb_stream_parser",
|
| H A D | prog.c | 77 [BPF_SK_SKB_STREAM_PARSER] = "stream_parser",
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 209 BPF_SK_SKB_STREAM_PARSER, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 209 BPF_SK_SKB_STREAM_PARSER, enumerator
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock_map.c | 1502 case BPF_SK_SKB_STREAM_PARSER: in sock_map_prog_update()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 2965 case BPF_SK_SKB_STREAM_PARSER: in attach_type_to_prog_type()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 8416 BPF_SK_SKB_STREAM_PARSER),
|