Searched refs:unpriv_enable (Results 1 – 1 of 1) sorted by relevance
5297 int ret, unpriv_enable = *(int *)table->data; in bpf_unpriv_handler() local5298 bool locked_state = unpriv_enable == 1; in bpf_unpriv_handler()5304 tmp.data = &unpriv_enable; in bpf_unpriv_handler()5307 if (locked_state && unpriv_enable != 1) in bpf_unpriv_handler()5309 *(int *)table->data = unpriv_enable; in bpf_unpriv_handler()5313 unpriv_ebpf_notify(unpriv_enable); in bpf_unpriv_handler()