Searched refs:tty_audit_add_data (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty.h | 103 void tty_audit_add_data(struct tty_struct *tty, const void *data, size_t size); 106 static inline void tty_audit_add_data(struct tty_struct *tty, const void *data, in tty_audit_add_data() function
|
H A D | tty_audit.c | 198 * tty_audit_add_data - Add data for TTY auditing. 202 void tty_audit_add_data(struct tty_struct *tty, const void *data, size_t size) in tty_audit_add_data() function
|
H A D | n_tty.c | 175 tty_audit_add_data(tty, from, size); in tty_copy() 183 tty_audit_add_data(tty, from, n); in tty_copy() 1974 tty_audit_add_data(tty, from, n); in copy_from_read_buf()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty.h | 102 void tty_audit_add_data(const struct tty_struct *tty, const void *data, 106 static inline void tty_audit_add_data(const struct tty_struct *tty, in tty_audit_add_data() function
|
H A D | tty_audit.c | 198 * tty_audit_add_data - Add data for TTY auditing. 202 void tty_audit_add_data(const struct tty_struct *tty, const void *data, in tty_audit_add_data() function
|
H A D | n_tty.c | 175 tty_audit_add_data(tty, from, size); in tty_copy() 183 tty_audit_add_data(tty, from, n); in tty_copy() 1974 tty_audit_add_data(tty, from, n); in copy_from_read_buf()
|
Completed in 7 milliseconds