Searched refs:linux_recv (Results 1 – 3 of 3) sorted by relevance
1215 linux_recv(struct thread *td, struct linux_recv_args *args) in linux_recv() function2252 return (linux_recv(td, arg)); in linux_socketcall()
311 …{ .sy_narg = AS(linux_recv_args), .sy_call = (sy_call_t *)linux_recv, .sy_auevent = AUE_RECV, .sy_…
1425 int linux_recv(struct thread *, struct linux_recv_args *);