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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinetpeer.c97 static struct inet_peer *inet_peer_unused_head; variable in typeref:struct:inet_peer
98 static struct inet_peer **inet_peer_unused_tailp = &inet_peer_unused_head;
344 p = inet_peer_unused_head;
352 inet_peer_unused_head = p->unused_next;

Completed in 58 milliseconds