Searched refs:udp_wait_first (Results 1 – 2 of 2) sorted by relevance
1436 while(outnet->udp_wait_first && outnet->unused_fds1438 pend = outnet->udp_wait_first;1439 outnet->udp_wait_first = pend->next_waiting;1598 if(outnet->delayclose && !outnet->udp_wait_first) {1929 if(outnet->udp_wait_first) {1930 struct pending* p = outnet->udp_wait_first, *np;1945 if(outnet && outnet->udp_wait_first &&1948 struct pending* prev = NULL, *x = outnet->udp_wait_first;1957 else outnet->udp_wait_first = p->next_waiting;2294 sq->outnet->udp_wait_first = pend;[all …]
130 struct pending* udp_wait_first; member