Home
last modified time | relevance | path

Searched defs:bpf_sysctl_kern (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dfilter.h1521 struct bpf_sysctl_kern { struct
1522 struct ctl_table_header *head;
1523 const struct ctl_table *table;
1524 void *cur_val;
1525 size_t cur_len;
1526 void *new_val;
1527 size_t new_len;
1528 int new_updated;
1529 int write;
1530 loff_t *ppos;
[all …]
/linux-6.12.1/kernel/bpf/
Dcgroup.c2064 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4()
2121 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3()
2136 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3()
2156 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3()