Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dsys_socket.c100 const struct fileops socketops = { variable
H A Duipc_syscalls.c215 extern const struct fileops socketops;
282 fp->f_ops = &socketops; in socket_common()
612 fp->f_ops = &socketops; in accept_nocancel()
1188 fp1->f_ops = &socketops; in socketpair()
1197 fp2->f_ops = &socketops; in socketpair()