Home
last modified time | relevance | path

Searched defs:fexit (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtailcall_bpf2bpf_fexit.c11 int BPF_PROG(fexit, struct sk_buff *skb) in BPF_PROG() argument
H A Dtest_trace_ext_tracing.c19 int BPF_PROG(fexit, struct sk_buff *skb) in BPF_PROG() argument
/linux/kernel/bpf/
H A Dtrampoline.c887 struct bpf_tramp_node *node_existing, *fexit; in bpf_trampoline_add_prog() local
927 struct bpf_tramp_node *fexit; in bpf_trampoline_remove_prog() local
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c822 struct bpf_tramp_nodes *fexit = &tnodes[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local
/linux/arch/loongarch/net/
H A Dbpf_jit.c1843 struct bpf_tramp_nodes *fexit = &tnodes[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c1005 struct bpf_tramp_nodes *fexit = &tnodes[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2714 struct bpf_tramp_nodes *fexit = &tnodes[BPF_TRAMP_FEXIT]; in prepare_trampoline() local
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3467 struct bpf_tramp_nodes *fexit = &tnodes[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local
/linux/include/linux/
H A Dbpf.h1982 struct bpf_tramp_node fexit; member