Searched refs:BPF_SK_SKB_STREAM_PARSER (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/bpf/ |
D | test_section_names.c | 77 {0, BPF_SK_SKB_STREAM_PARSER},
|
D | test_maps.c | 771 err = bpf_prog_attach(-1, fd, BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 795 err = bpf_prog_detach(fd, BPF_SK_SKB_STREAM_PARSER); in test_sockmap() 890 BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 897 BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 1038 BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 1103 err = bpf_prog_detach2(parse_prog, map_fd_rx, BPF_SK_SKB_STREAM_PARSER); in test_sockmap()
|
D | test_sockmap.c | 803 BPF_SK_SKB_STREAM_PARSER, 0); in run_options() 1072 bpf_prog_detach2(prog_fd[0], map_fd[0], BPF_SK_SKB_STREAM_PARSER); in run_options() 1595 BPF_SK_SKB_STREAM_PARSER,
|
/tools/include/uapi/linux/ |
D | bpf.h | 183 BPF_SK_SKB_STREAM_PARSER, enumerator
|
/tools/bpf/bpftool/ |
D | prog.c | 29 [BPF_SK_SKB_STREAM_PARSER] = "stream_parser",
|
/tools/lib/bpf/ |
D | libbpf.c | 4525 BPF_SK_SKB_STREAM_PARSER),
|