Home
last modified time | relevance | path

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

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