Home
last modified time | relevance | path

Searched refs:ro_table (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/
Dseccomp.c2355 static int read_actions_logged(const struct ctl_table *ro_table, void *buffer, in read_actions_logged() argument
2367 table = *ro_table; in read_actions_logged()
2373 static int write_actions_logged(const struct ctl_table *ro_table, void *buffer, in write_actions_logged() argument
2385 table = *ro_table; in write_actions_logged()
2434 static int seccomp_actions_logged_handler(const struct ctl_table *ro_table, int write, in seccomp_actions_logged_handler() argument
2444 ret = write_actions_logged(ro_table, buffer, lenp, ppos, in seccomp_actions_logged_handler()
2448 ret = read_actions_logged(ro_table, buffer, lenp, ppos); in seccomp_actions_logged_handler()