Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dhelpers.c1120 BPF_ASYNC_CANCEL enumerator
1639 case BPF_ASYNC_CANCEL: in bpf_async_process_op()
1652 case BPF_ASYNC_CANCEL: in bpf_async_process_op()
1701 bpf_async_process_op(cb, BPF_ASYNC_CANCEL, 0, 0); in bpf_async_cancel_and_free()
1703 (void)bpf_async_schedule_op(cb, BPF_ASYNC_CANCEL, 0, 0); in bpf_async_cancel_and_free()
4667 ret = bpf_async_schedule_op(cb, BPF_ASYNC_CANCEL, 0, 0); in bpf_timer_cancel_async()