Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sendfile.c647 sendfile_getsock(struct thread *td, int s, struct file **sock_fp, in sendfile_getsock() argument
652 *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() local
716 error = sendfile_getsock(td, sockfd, &sock_fp, &so); in vn_sendfile()
1233 fdrop(sock_fp, td); in vn_sendfile()