Searched defs:bpf_sysctl_kern (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/include/linux/ |
D | filter.h | 1323 struct bpf_sysctl_kern { struct 1324 struct ctl_table_header *head; 1325 struct ctl_table *table; 1326 void *cur_val; 1327 size_t cur_len; 1328 void *new_val; 1329 size_t new_len; 1330 int new_updated; 1331 int write; 1332 loff_t *ppos; [all …]
|
/Linux-v6.1/kernel/bpf/ |
D | cgroup.c | 2014 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4() 2071 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() 2086 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3() 2106 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3()
|