Home
last modified time | relevance | path

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

/linux/drivers/net/team/
H A Dteam_mode_loadbalance.c285 struct bpf_prog *orig_fp = NULL; in lb_bpf_func_set() local
304 orig_fp = rtnl_dereference(lb_priv->fp); in lb_bpf_func_set()
310 if (orig_fp) { in lb_bpf_func_set()
312 bpf_prog_destroy(orig_fp); in lb_bpf_func_set()
/linux/arch/s390/net/
H A Dbpf_jit_comp.c2301 struct bpf_prog *tmp, *orig_fp = fp; in bpf_int_jit_compile() local
2310 return orig_fp; in bpf_int_jit_compile()
2318 return orig_fp; in bpf_int_jit_compile()
2328 fp = orig_fp; in bpf_int_jit_compile()
2344 fp = orig_fp; in bpf_int_jit_compile()
2354 fp = orig_fp; in bpf_int_jit_compile()
2363 fp = orig_fp; in bpf_int_jit_compile()
2369 fp = orig_fp; in bpf_int_jit_compile()
2379 fp = orig_fp; in bpf_int_jit_compile()
2400 bpf_jit_prog_release_other(fp, fp == orig_fp ? in bpf_int_jit_compile()
[all …]