/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | section_names.c | 93 {0, BPF_PROG_TYPE_SK_MSG, BPF_SK_MSG_VERDICT}, 94 {0, BPF_SK_MSG_VERDICT},
|
H A D | sockmap_basic.c | 123 err = bpf_prog_attach(verdict, map, BPF_SK_MSG_VERDICT, 0); in test_skmsg_helpers() 127 err = bpf_prog_detach2(verdict, map, BPF_SK_MSG_VERDICT); in test_skmsg_helpers() 329 if (attach_type == BPF_SK_MSG_VERDICT) in test_sockmap_progs_query() 554 test_sockmap_progs_query(BPF_SK_MSG_VERDICT); in test_sockmap_basic()
|
H A D | netns_cookie.c | 37 err = bpf_prog_attach(verdict, map, BPF_SK_MSG_VERDICT, 0); in test_netns_cookie()
|
H A D | sockmap_listen.c | 313 { msg_verdict, BPF_SK_MSG_VERDICT }, in test_destroy_orphan_child() 761 err = xbpf_prog_attach(verdict, sock_map, BPF_SK_MSG_VERDICT, 0); in test_msg_redir_to_connected() 767 xbpf_prog_detach2(verdict, sock_map, BPF_SK_MSG_VERDICT); in test_msg_redir_to_connected() 863 err = xbpf_prog_attach(verdict, sock_map, BPF_SK_MSG_VERDICT, 0); in test_msg_redir_to_listening() 869 xbpf_prog_detach2(verdict, sock_map, BPF_SK_MSG_VERDICT); in test_msg_redir_to_listening()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 1037 map_fd[1], BPF_SK_MSG_VERDICT, 0); in run_options() 1290 bpf_prog_detach2(tx_prog_fd, map_fd[1], BPF_SK_MSG_VERDICT); in run_options() 1792 BPF_SK_MSG_VERDICT, 1793 BPF_SK_MSG_VERDICT, 1794 BPF_SK_MSG_VERDICT, 1795 BPF_SK_MSG_VERDICT, 1796 BPF_SK_MSG_VERDICT,
|
H A D | test_maps.c | 789 err = bpf_prog_attach(-1, fd, BPF_SK_MSG_VERDICT, 0); in test_sockmap() 813 err = bpf_prog_detach(fd, BPF_SK_MSG_VERDICT); in test_sockmap() 916 err = bpf_prog_attach(msg_prog, map_fd_msg, BPF_SK_MSG_VERDICT, 0); in test_sockmap()
|
H A D | veristat.c | 845 { "sk_msg_md", "sk_msg", BPF_PROG_TYPE_SK_MSG, BPF_SK_MSG_VERDICT }, in guess_prog_type_by_ctx_name()
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 132 | ``BPF_PROG_TYPE_SK_MSG`` | ``BPF_SK_MSG_VERDICT`` | ``sk_msg`` …
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | prog.c | 50 [BPF_SK_MSG_VERDICT] = true, 62 [BPF_SK_MSG_VERDICT] = "msg_verdict",
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_sockmap.rst | 59 - ``msg_parser`` program - ``BPF_SK_MSG_VERDICT``.
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1018 BPF_SK_MSG_VERDICT, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1018 BPF_SK_MSG_VERDICT, enumerator
|
/openbmc/linux/net/core/ |
H A D | sock_map.c | 1475 case BPF_SK_MSG_VERDICT: in sock_map_prog_lookup()
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 3787 case BPF_SK_MSG_VERDICT: in attach_type_to_prog_type() 4074 case BPF_SK_MSG_VERDICT: in bpf_prog_query()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 102 [BPF_SK_MSG_VERDICT] = "sk_msg_verdict", 8836 SEC_DEF("sk_msg", SK_MSG, BPF_SK_MSG_VERDICT, SEC_ATTACHABLE_OPT),
|