Home
last modified time | relevance | path

Searched refs:BPF_SK_SKB_STREAM_PARSER (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_section_names.c77 {0, BPF_SK_SKB_STREAM_PARSER},
Dtest_maps.c771 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()
Dtest_sockmap.c803 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/
Dbpf.h183 BPF_SK_SKB_STREAM_PARSER, enumerator
/tools/bpf/bpftool/
Dprog.c29 [BPF_SK_SKB_STREAM_PARSER] = "stream_parser",
/tools/lib/bpf/
Dlibbpf.c4525 BPF_SK_SKB_STREAM_PARSER),