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.c57 int cl_sctp_walk_list(int (*cl_callback)(cl_sctp_info_t *, void *), void *,
59 static int cl_sctp_walk_list_stack(int (*cl_callback)(cl_sctp_info_t *,
139 cl_sctp_walk_list(int (*cl_callback)(cl_sctp_info_t *, void *), in cl_sctp_walk_list() argument
157 cl_sctp_walk_list_stack(int (*cl_callback)(cl_sctp_info_t *, void *), in cl_sctp_walk_list_stack() argument
162 cl_sctp_info_t cl_sctpi; in cl_sctp_walk_list_stack()