Searched refs:sock_fp (Results 1 – 1 of 1) sorted by relevance
647 sendfile_getsock(struct thread *td, int s, struct file **sock_fp, in sendfile_getsock() argument652 *sock_fp = NULL; in sendfile_getsock()659 sock_fp, NULL, NULL); in sendfile_getsock()662 *so = (*sock_fp)->f_data; in sendfile_getsock()681 struct file *sock_fp; in vn_sendfile() local716 error = sendfile_getsock(td, sockfd, &sock_fp, &so); in vn_sendfile()1233 fdrop(sock_fp, td); in vn_sendfile()