Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_misc.c96 sctp_t *sctp_walker; in sctp_display_all() local
99 for (sctp_walker = list_head(&sctps->sctps_g_list); in sctp_display_all()
100 sctp_walker != NULL; in sctp_display_all()
101 sctp_walker = (sctp_t *)list_next(&sctps->sctps_g_list, in sctp_display_all()
102 sctp_walker)) { in sctp_display_all()
103 (void) sctp_display(sctp_walker, NULL); in sctp_display_all()