Searched refs:ro_table (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/kernel/ |
D | seccomp.c | 2226 static int read_actions_logged(struct ctl_table *ro_table, void *buffer, in read_actions_logged() argument 2238 table = *ro_table; in read_actions_logged() 2244 static int write_actions_logged(struct ctl_table *ro_table, void *buffer, in write_actions_logged() argument 2256 table = *ro_table; in write_actions_logged() 2305 static int seccomp_actions_logged_handler(struct ctl_table *ro_table, int write, in seccomp_actions_logged_handler() argument 2315 ret = write_actions_logged(ro_table, buffer, lenp, ppos, in seccomp_actions_logged_handler() 2319 ret = read_actions_logged(ro_table, buffer, lenp, ppos); in seccomp_actions_logged_handler()
|