Home
last modified time | relevance | path

Searched refs:hne_data (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dhook_event.h101 nic_event_data_t hne_data; member
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c2190 frsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, hn->hne_data, in ipf_nic_event_v4()
2193 hn->hne_data, ifs); in ipf_nic_event_v4()
2195 hn->hne_data, ifs); in ipf_nic_event_v4()
2216 sin = hn->hne_data; in ipf_nic_event_v4()
2226 if (hn->hne_data != NULL) { in ipf_nic_event_v4()
2243 new_ifp = (void *)(size_t)*((int *)hn->hne_data); in ipf_nic_event_v4()
2285 hn->hne_data, ifs); in ipf_nic_event_v6()
2287 hn->hne_data, ifs); in ipf_nic_event_v6()
2289 hn->hne_data, ifs); in ipf_nic_event_v6()
2301 sin6 = hn->hne_data; in ipf_nic_event_v6()
[all …]
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c1547 kmem_free(info->hnei_event.hne_data, info->hnei_event.hne_datalen); in ip_ne_queue_func()
H A Dip_if.c18319 info->hnei_event.hne_data = NULL; in ill_nic_event_dispatch()
18324 info->hnei_event.hne_data = kmem_alloc(datalen, KM_NOSLEEP); in ill_nic_event_dispatch()
18325 if (info->hnei_event.hne_data == NULL) in ill_nic_event_dispatch()
18327 bcopy(data, info->hnei_event.hne_data, datalen); in ill_nic_event_dispatch()
18337 if (info->hnei_event.hne_data != NULL) { in ill_nic_event_dispatch()
18338 kmem_free(info->hnei_event.hne_data, in ill_nic_event_dispatch()
/titanic_41/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1571 (void) strlcpy(ipne->ipne_ifname, hn->hne_data, in ipnet_nicevent_cb()