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