Searched refs:orig_fp (Results 1 – 2 of 2) sorted by relevance
285 struct bpf_prog *orig_fp = NULL; in lb_bpf_func_set() local304 orig_fp = rcu_dereference_protected(lb_priv->fp, in lb_bpf_func_set()311 if (orig_fp) { in lb_bpf_func_set()313 bpf_prog_destroy(orig_fp); in lb_bpf_func_set()
1900 struct bpf_prog *tmp, *orig_fp = fp; in bpf_int_jit_compile() local1909 return orig_fp; in bpf_int_jit_compile()1917 return orig_fp; in bpf_int_jit_compile()1927 fp = orig_fp; in bpf_int_jit_compile()1943 fp = orig_fp; in bpf_int_jit_compile()1953 fp = orig_fp; in bpf_int_jit_compile()1962 fp = orig_fp; in bpf_int_jit_compile()1968 fp = orig_fp; in bpf_int_jit_compile()1995 bpf_jit_prog_release_other(fp, fp == orig_fp ? in bpf_int_jit_compile()1996 tmp : orig_fp); in bpf_int_jit_compile()