const PSEUDO_CALL: comptime_int = 1;
[src]
when bpf_call->src_reg == BPF_PSEUDO_CALL, bpf_call->imm == pc-relative offset to another bpf function
const PSEUDO_CALL: comptime_int = 1;
when bpf_call->src_reg == BPF_PSEUDO_CALL, bpf_call->imm == pc-relative offset to another bpf function