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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c2649 conn_t *next_connp; local
2656 next_connp = (connp == NULL) ?
2659 while (next_connp != NULL) {
2660 mutex_enter(&next_connp->conn_lock);
2661 if (!(next_connp->conn_flags & conn_flags) ||
2662 (next_connp->conn_state_flags &
2668 mutex_exit(&next_connp->conn_lock);
2669 next_connp = next_connp->conn_g_next;
2672 CONN_INC_REF_LOCKED(next_connp);
[all...]
H A Dip_rts.c117 conn_t *connp, *next_connp; local
128 for (; connp != NULL; connp = next_connp) {
129 next_connp = connp->conn_next;
173 /* reload next_connp since conn_next may have changed */
174 next_connp = connp->conn_next;
H A Dip6.c2302 conn_t *connp, *first_connp, *next_connp; local
2374 next_connp = connp->conn_next;
2376 connp = next_connp;
2516 conn_t *next_connp; local
2554 next_connp = connp->conn_next;
2557 connp = next_connp;
H A Dip.c5017 conn_t *connp, *first_connp, *next_connp; local
5088 next_connp = connp->conn_next;
5090 connp = next_connp;
5314 conn_t *next_connp; local
5350 next_connp = connp->conn_next;
5352 connp = next_connp;
5428 conn_t *next_connp; local
5465 next_connp = connp->conn_next;
5467 connp = next_connp;
13304 conn_t *next_connp; local
[all...]

Completed in 117 milliseconds