Searched refs:sctp_walker (Results 1 – 1 of 1) sorted by relevance
96 sctp_t *sctp_walker; in sctp_display_all() local99 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()