Searched defs:bpf_sysctl_kern (Results 1 – 2 of 2) sorted by relevance
/linux-6.8/include/linux/ |
D | filter.h | 1359 struct bpf_sysctl_kern { struct 1360 struct ctl_table_header *head; 1361 struct ctl_table *table; 1362 void *cur_val; 1363 size_t cur_len; 1364 void *new_val; 1365 size_t new_len; 1366 int new_updated; 1367 int write; 1368 loff_t *ppos; [all …]
|
/linux-6.8/kernel/bpf/ |
D | cgroup.c | 2050 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4() 2107 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() 2122 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3() 2142 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3()
|