Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsys_socket.c98 static int soo_drain(struct fileproc *, vfs_context_t ctx);
107 .fo_drain = soo_drain,
425 soo_drain(struct fileproc *fp, __unused vfs_context_t ctx) in soo_drain() function