Searched refs:hne_data (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | hook_event.h | 101 nic_event_data_t hne_data; member
|
| /onnv-gate/usr/src/uts/common/inet/ipf/ |
| H A D | ip_fil_solaris.c | 2066 frsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, hn->hne_data, in ipf_nic_event_v4() 2069 hn->hne_data, ifs); in ipf_nic_event_v4() 2071 hn->hne_data, ifs); in ipf_nic_event_v4() 2092 sin = hn->hne_data; in ipf_nic_event_v4() 2102 if (hn->hne_data != NULL) { in ipf_nic_event_v4() 2119 new_ifp = (void *)(size_t)*((int *)hn->hne_data); in ipf_nic_event_v4() 2161 hn->hne_data, ifs); in ipf_nic_event_v6() 2163 hn->hne_data, ifs); in ipf_nic_event_v6() 2165 hn->hne_data, ifs); in ipf_nic_event_v6() 2177 sin6 = hn->hne_data; in ipf_nic_event_v6() [all …]
|
| /onnv-gate/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 | 18346 info->hnei_event.hne_data = NULL; in ill_nic_event_dispatch() 18351 info->hnei_event.hne_data = kmem_alloc(datalen, KM_NOSLEEP); in ill_nic_event_dispatch() 18352 if (info->hnei_event.hne_data == NULL) in ill_nic_event_dispatch() 18354 bcopy(data, info->hnei_event.hne_data, datalen); in ill_nic_event_dispatch() 18364 if (info->hnei_event.hne_data != NULL) { in ill_nic_event_dispatch() 18365 kmem_free(info->hnei_event.hne_data, in ill_nic_event_dispatch()
|
| /onnv-gate/usr/src/uts/common/inet/ipnet/ |
| H A D | ipnet.c | 1571 (void) strlcpy(ipne->ipne_ifname, hn->hne_data, in ipnet_nicevent_cb()
|