Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/net/
Dbpf_jit_comp.c1236 struct bpf_prog *tmp, *orig_fp = fp; in bpf_int_jit_compile() local
1243 return orig_fp; in bpf_int_jit_compile()
1251 return orig_fp; in bpf_int_jit_compile()
1260 fp = orig_fp; in bpf_int_jit_compile()
1270 fp = orig_fp; in bpf_int_jit_compile()
1278 fp = orig_fp; in bpf_int_jit_compile()
1283 fp = orig_fp; in bpf_int_jit_compile()
1288 fp = orig_fp; in bpf_int_jit_compile()
1303 bpf_jit_prog_release_other(fp, fp == orig_fp ? in bpf_int_jit_compile()
1304 tmp : orig_fp); in bpf_int_jit_compile()
/Linux-v4.19/drivers/net/team/
Dteam_mode_loadbalance.c295 struct bpf_prog *orig_fp = NULL; in lb_bpf_func_set() local
314 orig_fp = rcu_dereference_protected(lb_priv->fp, in lb_bpf_func_set()
321 if (orig_fp) { in lb_bpf_func_set()
323 bpf_prog_destroy(orig_fp); in lb_bpf_func_set()