Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h1066 extern int so_set_opportunistic(struct socket *, int);
/xnu-12377.41.6/bsd/netinet/
H A Din_tclass.c1010 so_set_opportunistic(struct socket *so, int optval) in so_set_opportunistic() function
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c5285 error = so_set_opportunistic(so, optval); in sosetoptlock()