Searched defs:bpf_sysctl_kern (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | filter.h | 1286 struct bpf_sysctl_kern { struct 1287 struct ctl_table_header *head; 1288 struct ctl_table *table; 1289 void *cur_val; 1290 size_t cur_len; 1291 void *new_val; 1292 size_t new_len; 1293 int new_updated; 1294 int write; 1295 loff_t *ppos; [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cgroup.c | 1579 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4() 1636 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() 1651 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3() 1671 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3()
|