Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dseccomp.c2376 static int read_actions_logged(const struct ctl_table *ro_table, void *buffer, in read_actions_logged() argument
2388 table = *ro_table; in read_actions_logged()
2394 static int write_actions_logged(const struct ctl_table *ro_table, void *buffer, in write_actions_logged() argument
2406 table = *ro_table; in write_actions_logged()
2455 static int seccomp_actions_logged_handler(const struct ctl_table *ro_table, int write, in seccomp_actions_logged_handler() argument
2465 ret = write_actions_logged(ro_table, buffer, lenp, ppos, in seccomp_actions_logged_handler()
2469 ret = read_actions_logged(ro_table, buffer, lenp, ppos); in seccomp_actions_logged_handler()