Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf-cgroup.h321 #define BPF_CGROUP_RUN_PROG_SYSCTL(head, table, write, buf, count, pos) \ macro
438 #define BPF_CGROUP_RUN_PROG_SYSCTL(head,table,write,buf,count,pos) ({ 0; }) macro
/kernel/linux/linux-5.10/fs/proc/
Dproc_sysctl.c585 error = BPF_CGROUP_RUN_PROG_SYSCTL(head, table, write, &kbuf, &count, in proc_sys_call_handler()