Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_helper_stream.c182 ip_helper_stream_info_t *helper; in ip_create_helper_stream()
194 helper = kmem_alloc(sizeof (ip_helper_stream_info_t), KM_SLEEP); in ip_create_helper_stream()
206 kmem_free(helper, sizeof (ip_helper_stream_info_t)); in ip_create_helper_stream()
215 kmem_free(helper, sizeof (ip_helper_stream_info_t)); in ip_create_helper_stream()
232 kmem_free(helper, sizeof (ip_helper_stream_info_t)); in ip_create_helper_stream()
259 kmem_free(connp->conn_helper_info, sizeof (ip_helper_stream_info_t)); in ip_free_helper_stream()
/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h152 } ip_helper_stream_info_t; typedef
317 ip_helper_stream_info_t *conn_helper_info;