Home
last modified time | relevance | path

Searched refs:BPF_TRAMP_F_TAIL_CALL_CTX (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c2513 if (flags & BPF_TRAMP_F_TAIL_CALL_CTX) in arch_prepare_bpf_trampoline()
2567 if (flags & BPF_TRAMP_F_TAIL_CALL_CTX) in arch_prepare_bpf_trampoline()
2626 } else if (flags & BPF_TRAMP_F_TAIL_CALL_CTX) in arch_prepare_bpf_trampoline()
/openbmc/linux/kernel/bpf/
H A Dtrampoline.c419 tr->flags &= (BPF_TRAMP_F_SHARE_IPMODIFY | BPF_TRAMP_F_TAIL_CALL_CTX); in bpf_trampoline_update()
H A Dverifier.c20205 tr->flags = BPF_TRAMP_F_TAIL_CALL_CTX; in check_attach_btf_id()
/openbmc/linux/include/linux/
H A Dbpf.h1062 #define BPF_TRAMP_F_TAIL_CALL_CTX BIT(7) macro