Home
last modified time | relevance | path

Searched refs:ret_t (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_cls_redirect.c100 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()
/linux-6.3-rc2/Documentation/dev-tools/
A Dkmsan.rst195 union ret_t {
/linux-6.3-rc2/kernel/bpf/
A Dverifier.c9786 const struct btf_type *ret_t; in check_kfunc_call() local
9949 ret_t = btf_type_by_id(ret_btf, ret_btf_id); in check_kfunc_call()
9950 if (!ret_t || !__btf_type_is_struct(ret_t)) { in check_kfunc_call()
9960 env->insn_aux_data[insn_idx].obj_new_size = ret_t->size; in check_kfunc_call()
9983 ret_t = btf_type_by_id(desc_btf, meta.arg_constant.value); in check_kfunc_call()
9984 if (!ret_t || !btf_type_is_struct(ret_t)) { in check_kfunc_call()

Completed in 57 milliseconds