Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dsctp_itf.h134 } cl_sctp_info_t; typedef
143 extern int cl_sctp_walk_list(int (*callback)(cl_sctp_info_t *, void *), void *,
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c58 int cl_sctp_walk_list(int (*cl_callback)(cl_sctp_info_t *, void *), void *,
60 static int cl_sctp_walk_list_stack(int (*cl_callback)(cl_sctp_info_t *,
140 cl_sctp_walk_list(int (*cl_callback)(cl_sctp_info_t *, void *), in cl_sctp_walk_list() argument
158 cl_sctp_walk_list_stack(int (*cl_callback)(cl_sctp_info_t *, void *), in cl_sctp_walk_list_stack() argument
163 cl_sctp_info_t cl_sctpi; in cl_sctp_walk_list_stack()