Lines Matching refs:aux
1356 struct bpf_prog_aux *aux, unsigned int flags, in __bpf_async_set_callback() argument
1359 struct bpf_prog *prev, *prog = aux->prog; in __bpf_async_set_callback()
1402 struct bpf_prog_aux *, aux) in BPF_CALL_3() argument
1404 return __bpf_async_set_callback(timer, callback_fn, aux, 0, BPF_ASYNC_TYPE_TIMER); in BPF_CALL_3()
1974 if (!bpf_token_capable(prog->aux->token, CAP_BPF)) in bpf_base_func_proto()
2046 if (!bpf_token_capable(prog->aux->token, CAP_PERFMON)) in bpf_base_func_proto()
2978 struct bpf_prog_aux *aux; member
3002 ctx->aux = prog->aux; in bpf_stack_walker()
3013 WARN_ON_ONCE(!ctx.aux); in bpf_throw()
3014 if (ctx.aux) in bpf_throw()
3015 WARN_ON_ONCE(!ctx.aux->exception_boundary); in bpf_throw()
3023 ctx.aux->bpf_exception_cb(cookie, ctx.sp, ctx.bp, 0, 0); in bpf_throw()
3063 struct bpf_prog_aux *aux = (struct bpf_prog_aux *)aux__prog; in bpf_wq_set_callback_impl() local
3069 return __bpf_async_set_callback(async, callback_fn, aux, flags, BPF_ASYNC_TYPE_WQ); in bpf_wq_set_callback_impl()