Searched refs:ret_t (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect_dynptr.c | 100 typedef int ret_t; typedef 106 static const ret_t CONTINUE_PROCESSING = -1; 112 ret_t __ret = x; \ 271 static ret_t accept_locally(struct __sk_buff *skb, encap_headers_t *encap) in accept_locally() 291 static ret_t forward_with_gre(struct __sk_buff *skb, struct bpf_dynptr *dynptr, in forward_with_gre() 418 static ret_t forward_to_next_hop(struct __sk_buff *skb, struct bpf_dynptr *dynptr, in forward_to_next_hop() 456 static ret_t skip_next_hops(__u64 *offset, int n) in skip_next_hops() 475 static ret_t get_next_hop(struct bpf_dynptr *dynptr, __u64 *offset, encap_headers_t *encap, in get_next_hop() 842 ret_t ret; in cls_redirect()
|
H A D | test_cls_redirect.c | 100 typedef int ret_t; typedef 106 static const ret_t CONTINUE_PROCESSING = -1; 112 ret_t __ret = x; \ 378 static INLINING ret_t accept_locally(struct __sk_buff *skb, encap_headers_t *encap) in accept_locally() 399 static INLINING ret_t forward_with_gre(struct __sk_buff *skb, encap_headers_t *encap, in forward_with_gre() 526 static INLINING ret_t forward_to_next_hop(struct __sk_buff *skb, encap_headers_t *encap, in forward_to_next_hop() 563 static INLINING ret_t skip_next_hops(buf_t *pkt, int n) in skip_next_hops() 583 static INLINING ret_t get_next_hop(buf_t *pkt, encap_headers_t *encap, in get_next_hop()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kmsan.rst | 195 union ret_t {
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 11727 const struct btf_type *ret_t; in check_kfunc_call() local 11881 ret_t = btf_type_by_id(ret_btf, ret_btf_id); in check_kfunc_call() 11882 if (!ret_t || !__btf_type_is_struct(ret_t)) { in check_kfunc_call() 11892 insn_aux->obj_new_size = ret_t->size; in check_kfunc_call() 11920 ret_t = btf_type_by_id(desc_btf, meta.arg_constant.value); in check_kfunc_call() 11921 if (!ret_t || !btf_type_is_struct(ret_t)) { in check_kfunc_call()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 11770 TCGv_i32 ret_t = tcg_constant_i32(ret); in gen_mipsdsp_arith() local 11771 gen_helper_precr_sra_qh_pw(v2_t, v1_t, v2_t, ret_t); in gen_mipsdsp_arith()
|