Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dkern_descrip.c129 static int fill_socket_info(struct socket *so, struct kinfo_file *kif);
3329 error = fill_socket_info((struct socket *)data, kif); in export_fd_to_sb()
3673 fill_socket_info(struct socket *so, struct kinfo_file *kif) in fill_socket_info() function