Searched refs:sock_init_data_uid (Results 1 – 4 of 4) sorted by relevance
| /linux/net/core/ |
| H A D | sock.c | 3696 void sock_init_data_uid(struct socket *sock, struct sock *sk, kuid_t uid) in sock_init_data_uid() function 3765 EXPORT_SYMBOL(sock_init_data_uid); 3773 sock_init_data_uid(sock, sk, uid); in sock_init_data()
|
| /linux/drivers/net/ |
| H A D | tap.c | 473 sock_init_data_uid(&q->sock, &q->sk, current_fsuid()); in tap_open()
|
| H A D | tun.c | 3417 sock_init_data_uid(&tfile->socket, &tfile->sk, current_fsuid()); in tun_chr_open()
|
| /linux/include/net/ |
| H A D | sock.h | 1971 void sock_init_data_uid(struct socket *sock, struct sock *sk, kuid_t uid);
|