gc_cnt 102 net/ipv4/inetpeer.c unsigned int *gc_cnt, gc_cnt 126 net/ipv4/inetpeer.c if (*gc_cnt < PEER_MAX_GC) gc_cnt 127 net/ipv4/inetpeer.c gc_stack[(*gc_cnt)++] = p; gc_cnt 149 net/ipv4/inetpeer.c unsigned int gc_cnt) gc_cnt 161 net/ipv4/inetpeer.c for (i = 0; i < gc_cnt; i++) { gc_cnt 172 net/ipv4/inetpeer.c for (i = 0; i < gc_cnt; i++) { gc_cnt 188 net/ipv4/inetpeer.c unsigned int gc_cnt, seq; gc_cnt 196 net/ipv4/inetpeer.c p = lookup(daddr, base, seq, NULL, &gc_cnt, &parent, &pp); gc_cnt 213 net/ipv4/inetpeer.c gc_cnt = 0; gc_cnt 214 net/ipv4/inetpeer.c p = lookup(daddr, base, seq, gc_stack, &gc_cnt, &parent, &pp); gc_cnt 235 net/ipv4/inetpeer.c if (gc_cnt) gc_cnt 236 net/ipv4/inetpeer.c inet_peer_gc(base, gc_stack, gc_cnt);