Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/net/
Dbpf_jit_comp.c1896 struct bpf_prog *tmp, *orig_fp = fp; in bpf_int_jit_compile() local
1905 return orig_fp; in bpf_int_jit_compile()
1908 return orig_fp; in bpf_int_jit_compile()
1916 return orig_fp; in bpf_int_jit_compile()
1926 fp = orig_fp; in bpf_int_jit_compile()
1942 fp = orig_fp; in bpf_int_jit_compile()
1952 fp = orig_fp; in bpf_int_jit_compile()
1961 fp = orig_fp; in bpf_int_jit_compile()
1967 fp = orig_fp; in bpf_int_jit_compile()
1994 bpf_jit_prog_release_other(fp, fp == orig_fp ? in bpf_int_jit_compile()
[all …]
/Linux-v6.6/drivers/net/team/
Dteam_mode_loadbalance.c285 struct bpf_prog *orig_fp = NULL; in lb_bpf_func_set() local
304 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()