Searched refs:cached_in_sock_layer (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c275 if (so->cached_in_sock_layer == 0) {
300 if (so->cached_in_sock_layer == 0)
1001 if (so->cached_in_sock_layer)
1082 if (so->cached_in_sock_layer == 0) {
H A Dtcp_subr.c839 if (so->cached_in_sock_layer == 0) {
1151 if (so->cached_in_sock_layer)
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h223 int cached_in_sock_layer; /* bundled with pcb/pcb.inp_ppcb? */ member in struct:socket
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c355 (*so)->cached_in_sock_layer = 1;
397 (*so)->cached_in_sock_layer = 1;
720 if (so->cached_in_sock_layer == 1) {
723 if (so->cached_in_sock_layer == -1)
725 so->cached_in_sock_layer = -1;

Completed in 34 milliseconds