Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1339 struct peer_hash *next_ph; in age_peer_info() local
1353 for (php = ph_pp[i]; php != NULL; php = next_ph) { in age_peer_info()
1354 next_ph = php->ph_next; in age_peer_info()
1357 ph_pp[i] = next_ph; in age_peer_info()
1359 prev_ph->ph_next = next_ph; in age_peer_info()