Home
last modified time | relevance | path

Searched refs:orig_fp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/s390/net/
Dbpf_jit_comp.c1723 struct bpf_prog *tmp, *orig_fp = fp; in bpf_int_jit_compile() local
1732 return orig_fp; in bpf_int_jit_compile()
1740 return orig_fp; in bpf_int_jit_compile()
1750 fp = orig_fp; in bpf_int_jit_compile()
1766 fp = orig_fp; in bpf_int_jit_compile()
1776 fp = orig_fp; in bpf_int_jit_compile()
1785 fp = orig_fp; in bpf_int_jit_compile()
1791 fp = orig_fp; in bpf_int_jit_compile()
1818 bpf_jit_prog_release_other(fp, fp == orig_fp ? in bpf_int_jit_compile()
1819 tmp : orig_fp); in bpf_int_jit_compile()
/Linux-v5.10/drivers/net/team/
Dteam_mode_loadbalance.c291 struct bpf_prog *orig_fp = NULL; in lb_bpf_func_set() local
310 orig_fp = rcu_dereference_protected(lb_priv->fp, in lb_bpf_func_set()
317 if (orig_fp) { in lb_bpf_func_set()
319 bpf_prog_destroy(orig_fp); in lb_bpf_func_set()