Home
last modified time | relevance | path

Searched defs:bpf_sysctl_kern (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h36015 struct bpf_sysctl_kern { struct
36016 struct ctl_table_header *head;
36017 struct ctl_table *table;
36018 void *cur_val;
36019 size_t cur_len;
36020 void *new_val;
36021 size_t new_len;
36022 int new_updated;
36023 int write;
36024 loff_t *ppos;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h45677 struct bpf_sysctl_kern { struct
45678 struct ctl_table_header *head;
45679 struct ctl_table *table;
45680 void *cur_val;
45681 size_t cur_len;
45682 void *new_val;
45683 size_t new_len;
45684 int new_updated;
45685 int write;
45686 loff_t *ppos;
[all …]