Searched defs:bpf_sysctl_kern (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| 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 …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | filter.h | 1318 struct bpf_sysctl_kern { struct 1319 struct ctl_table_header *head; 1320 struct ctl_table *table; 1321 void *cur_val; 1322 size_t cur_len; 1323 void *new_val; 1324 size_t new_len; 1325 int new_updated; 1326 int write; 1327 loff_t *ppos; [all …]
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | cgroup.c | 1628 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4() 1685 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() 1700 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3() 1720 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3()
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| D | cgroup.c | 2046 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4() 2103 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() 2118 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3() 2138 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3()
|