Searched refs:ret_btf_id (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/trace/ |
A D | bpf_trace.c | 767 .ret_btf_id = &btf_task_struct_ids[0], 784 .ret_btf_id = &bpf_task_pt_regs_ids[0],
|
/linux/net/core/ |
A D | filter.c | 10686 .ret_btf_id = &btf_sock_ids[BTF_SOCK_TYPE_TCP6], 10702 .ret_btf_id = &btf_sock_ids[BTF_SOCK_TYPE_TCP], 10731 .ret_btf_id = &btf_sock_ids[BTF_SOCK_TYPE_TCP_TW], 10754 .ret_btf_id = &btf_sock_ids[BTF_SOCK_TYPE_TCP_REQ], 10775 .ret_btf_id = &btf_sock_ids[BTF_SOCK_TYPE_UDP6], 10795 .ret_btf_id = &btf_sock_ids[BTF_SOCK_TYPE_UNIX], 10811 .ret_btf_id = &bpf_sock_from_file_btf_ids[0],
|
/linux/kernel/bpf/ |
A D | verifier.c | 257 u32 ret_btf_id; member 5323 meta->ret_btf_id = reg->btf_id; in check_func_arg() 6566 t = btf_type_skip_modifiers(meta.ret_btf, meta.ret_btf_id, NULL); in check_helper_call() 6589 regs[BPF_REG_0].btf_id = meta.ret_btf_id; in check_helper_call() 6593 int ret_btf_id; in check_helper_call() local 6599 ret_btf_id = *fn->ret_btf_id; in check_helper_call() 6600 if (ret_btf_id == 0) { in check_helper_call() 6609 regs[BPF_REG_0].btf_id = ret_btf_id; in check_helper_call()
|
/linux/include/linux/ |
A D | bpf.h | 393 int *ret_btf_id; /* return value btf_id */ member
|
Completed in 51 milliseconds