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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dfdlimit.c673 struct tr_fdInfo * gFd; local
677 gFd = session->fdInfo;
679 if( gFd->peerCount < session->peerLimit )
685 ++gFd->peerCount;
687 assert( gFd->peerCount >= 0 );
712 struct tr_fdInfo * gFd; local
720 gFd = s->fdInfo;
727 if( ( gFd->peerCount < s->peerLimit )
730 ++gFd->peerCount;
749 struct tr_fdInfo * gFd local
[all...]

Completed in 29 milliseconds