Searched refs:hne_data (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | hook_event.h | 101 nic_event_data_t hne_data; member
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 2190 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 D | ip_netinfo.c | 1547 kmem_free(info->hnei_event.hne_data, info->hnei_event.hne_datalen); in ip_ne_queue_func()
|
H A D | ip_if.c | 18319 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 D | ipnet.c | 1571 (void) strlcpy(ipne->ipne_ifname, hn->hne_data, in ipnet_nicevent_cb()
|