Searched defs:bpf_sysctl_kern (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | filter.h | 1601 struct bpf_sysctl_kern { struct 1602 struct ctl_table_header *head; 1603 const struct ctl_table *table; 1604 void *cur_val; 1605 size_t cur_len; 1606 void *new_val; 1607 size_t new_len; 1608 int new_updated; 1609 int write; 1610 loff_t *ppos; [all …]
|
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 2243 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4() 2300 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() 2315 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3() 2335 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3()
|