Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dsyscall.c5272 int ret, unpriv_enable = *(int *)table->data; in bpf_unpriv_handler() local
5273 bool locked_state = unpriv_enable == 1; in bpf_unpriv_handler()
5279 tmp.data = &unpriv_enable; in bpf_unpriv_handler()
5282 if (locked_state && unpriv_enable != 1) in bpf_unpriv_handler()
5284 *(int *)table->data = unpriv_enable; in bpf_unpriv_handler()
5287 unpriv_ebpf_notify(unpriv_enable); in bpf_unpriv_handler()