Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dsysctl.c234 int ret, unpriv_enable = *(int *)table->data; in bpf_unpriv_handler() local
235 bool locked_state = unpriv_enable == 1; in bpf_unpriv_handler()
241 tmp.data = &unpriv_enable; in bpf_unpriv_handler()
244 if (locked_state && unpriv_enable != 1) in bpf_unpriv_handler()
246 *(int *)table->data = unpriv_enable; in bpf_unpriv_handler()