Home
last modified time | relevance | path

Searched refs:ip_after_call (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtrampoline.c208 if (im->ip_after_call) in __bpf_tramp_image_put_rcu_tasks()
244 if (im->ip_after_call) { in bpf_tramp_image_put()
245 int err = bpf_arch_text_poke(im->ip_after_call, BPF_MOD_JUMP, in bpf_tramp_image_put()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h611 void *ip_after_call; member
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c1849 im->ip_after_call = prog; in arch_prepare_bpf_trampoline()