ibt_srcip_info_t
ibt_srcip_info_t *src_info;
ibt_get_src_ip(ibt_srcip_attr_t *sattr, ibt_srcip_info_t **src_info_p,
ibt_srcip_info_t *s_ip;
s_ip = kmem_alloc((count * sizeof (ibt_srcip_info_t)),
ibt_free_srcip_info(ibt_srcip_info_t *src_info, uint_t entries)
kmem_free(src_info, entries * sizeof (ibt_srcip_info_t));
ibt_srcip_info_t **src_info_p, uint_t *entries_p);
void ibt_free_srcip_info(ibt_srcip_info_t *src_info, uint_t entries);