Searched refs:bpf_jit_free (Results 1 – 5 of 5) sorted by relevance
1036 void bpf_jit_free(struct bpf_prog *fp);1178 static inline void bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free() function
1167 void __weak bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free() function2562 bpf_jit_free(aux->func[i]); in bpf_prog_free_deferred()2568 bpf_jit_free(aux->prog); in bpf_prog_free_deferred()
13841 bpf_jit_free(func[i]); in jit_subprogs()
758 void bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free() function
2547 void bpf_jit_free(struct bpf_prog *prog) in bpf_jit_free() function