Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/ !
H A Dsocketvar.h1015 extern int so_set_opportunistic(struct socket *, int);
/xnu-8019.80.24/bsd/netinet/ !
H A Din_tclass.c992 so_set_opportunistic(struct socket *so, int optval) in so_set_opportunistic() function
/xnu-8019.80.24/bsd/kern/ !
H A Duipc_socket.c5559 error = so_set_opportunistic(so, optval); in sosetoptlock()