Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_dummynet.c126 static int pipe_expire = 1; /* expire queue if empty */ variable
187 CTLFLAG_RW | CTLFLAG_LOCKED, &pipe_expire, 0, "Expire queue if empty");
1333 if (pipe_expire && q->head == NULL && q->S == q->F + 1) { in find_queue()