Searched refs:hne_data (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | hook_event.h | 103 nic_event_data_t hne_data; member
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 2524 frsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, hn->hne_data, in ipf_nic_event_v4() 2527 hn->hne_data, ifs); in ipf_nic_event_v4() 2529 hn->hne_data, ifs); in ipf_nic_event_v4() 2550 sin = hn->hne_data; in ipf_nic_event_v4() 2560 if (hn->hne_data != NULL) { in ipf_nic_event_v4() 2577 new_ifp = (void *)(size_t)*((int *)hn->hne_data); in ipf_nic_event_v4() 2619 hn->hne_data, ifs); in ipf_nic_event_v6() 2621 hn->hne_data, ifs); in ipf_nic_event_v6() 2623 hn->hne_data, ifs); in ipf_nic_event_v6() 2635 sin6 = hn->hne_data; in ipf_nic_event_v6() [all …]
|
/illumos-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 | 18331 info->hnei_event.hne_data = NULL; in ill_nic_event_dispatch() 18336 info->hnei_event.hne_data = kmem_alloc(datalen, KM_NOSLEEP); in ill_nic_event_dispatch() 18337 if (info->hnei_event.hne_data == NULL) in ill_nic_event_dispatch() 18339 bcopy(data, info->hnei_event.hne_data, datalen); in ill_nic_event_dispatch() 18349 if (info->hnei_event.hne_data != NULL) { in ill_nic_event_dispatch() 18350 kmem_free(info->hnei_event.hne_data, in ill_nic_event_dispatch()
|
/illumos-gate/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 1578 (void) strlcpy(ipne->ipne_ifname, hn->hne_data, in ipnet_nicevent_cb()
|