Home
last modified time | relevance | path

Searched refs:bpf_tramp_link (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dbpf.h1143 struct bpf_tramp_link *links[BPF_MAX_TRAMP_LINKS];
1328 int bpf_trampoline_link_prog(struct bpf_tramp_link *link,
1331 int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link,
1414 static inline int bpf_trampoline_link_prog(struct bpf_tramp_link *link, in bpf_trampoline_link_prog()
1420 static inline int bpf_trampoline_unlink_prog(struct bpf_tramp_link *link, in bpf_trampoline_unlink_prog()
1687 struct bpf_tramp_link { struct
1694 struct bpf_tramp_link link; argument
1699 struct bpf_tramp_link link;
1871 struct bpf_tramp_link *link,
/linux/kernel/bpf/
H A Dbpf_struct_ops.c534 struct bpf_tramp_link *tlink = container_of(link, struct bpf_tramp_link, link); in bpf_struct_ops_link_dealloc()
545 struct bpf_tramp_link *link, in bpf_struct_ops_prepare_trampoline()
696 struct bpf_tramp_link *link; in bpf_struct_ops_map_update_elem()
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c136 struct bpf_tramp_link *link = NULL; in bpf_struct_ops_test_run()
/linux/arch/s390/net/
H A Dbpf_jit_comp.c2470 struct bpf_tramp_link *tlink, bool save_ret) in invoke_bpf_prog()
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c738 static int invoke_bpf_prog(struct bpf_tramp_link *l, int args_off, int retval_off, in invoke_bpf_prog()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c2702 struct bpf_tramp_link *l, int stack_size, in invoke_bpf_prog()