Searched refs:BPF_SK_SKB_STREAM_PARSER (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/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 | 737 err = xbpf_prog_attach(parser, sock_map, BPF_SK_SKB_STREAM_PARSER, 0); in test_skb_redir_to_connected() 749 xbpf_prog_detach2(parser, sock_map, BPF_SK_SKB_STREAM_PARSER); in test_skb_redir_to_connected() 839 err = xbpf_prog_attach(parser, sock_map, BPF_SK_SKB_STREAM_PARSER, 0); in test_skb_redir_to_listening() 851 xbpf_prog_detach2(parser, sock_map, BPF_SK_SKB_STREAM_PARSER); in test_skb_redir_to_listening() 928 err = xbpf_prog_attach(parser, sock_map, BPF_SK_SKB_STREAM_PARSER, 0); in test_skb_redir_partial() 940 xbpf_prog_detach2(parser, sock_map, BPF_SK_SKB_STREAM_PARSER); in test_skb_redir_partial()
|
H A D | sockmap_basic.c | 556 test_sockmap_progs_query(BPF_SK_SKB_STREAM_PARSER); in test_sockmap_basic()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 777 err = bpf_prog_attach(-1, fd, BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 801 err = bpf_prog_detach(fd, BPF_SK_SKB_STREAM_PARSER); in test_sockmap() 896 BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 903 BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 1044 BPF_SK_SKB_STREAM_PARSER, 0); in test_sockmap() 1109 err = bpf_prog_detach2(parse_prog, map_fd_rx, BPF_SK_SKB_STREAM_PARSER); in test_sockmap()
|
H A D | test_sockmap.c | 965 BPF_SK_SKB_STREAM_PARSER, 0); in run_options() 986 BPF_SK_SKB_STREAM_PARSER, 0); in run_options() 1284 bpf_prog_detach2(prog_fd[0], map_fd[0], BPF_SK_SKB_STREAM_PARSER); in run_options() 1286 bpf_prog_detach2(prog_fd[0], map_fd[8], BPF_SK_SKB_STREAM_PARSER); in run_options() 1788 BPF_SK_SKB_STREAM_PARSER,
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 140 | | ``BPF_SK_SKB_STREAM_PARSER`` | ``sk_skb/str…
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_sockmap.rst | 60 - ``stream_parser`` program - ``BPF_SK_SKB_STREAM_PARSER``. 459 err = bpf_prog_attach(parse_prog_fd, map, BPF_SK_SKB_STREAM_PARSER, 0);
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | prog.c | 47 [BPF_SK_SKB_STREAM_PARSER] = true, 59 [BPF_SK_SKB_STREAM_PARSER] = "stream_parser",
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1015 BPF_SK_SKB_STREAM_PARSER, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1015 BPF_SK_SKB_STREAM_PARSER, enumerator
|
/openbmc/linux/net/core/ |
H A D | sock_map.c | 1479 case BPF_SK_SKB_STREAM_PARSER: in sock_map_prog_lookup()
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 3789 case BPF_SK_SKB_STREAM_PARSER: in attach_type_to_prog_type() 4072 case BPF_SK_SKB_STREAM_PARSER: in bpf_prog_query()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 99 [BPF_SK_SKB_STREAM_PARSER] = "sk_skb_stream_parser", 8833 SEC_DEF("sk_skb/stream_parser", SK_SKB, BPF_SK_SKB_STREAM_PARSER, SEC_ATTACHABLE_OPT),
|