Home
last modified time | relevance | path

Searched refs:hnei_event (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook_event.h112 hook_nic_event_t hnei_event; member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c1539 hr = (info->hnei_event.hne_protocol == ipst->ips_ipv6_net_data) ? in ip_ne_queue_func()
1541 (void) hook_run(info->hnei_event.hne_protocol->netd_hooks, hr, in ip_ne_queue_func()
1542 (hook_data_t)&info->hnei_event); in ip_ne_queue_func()
1547 kmem_free(info->hnei_event.hne_data, info->hnei_event.hne_datalen); in ip_ne_queue_func()
H A Dip_if.c18326 info->hnei_event.hne_nic = ill->ill_phyint->phyint_ifindex; in ill_nic_event_dispatch()
18327 info->hnei_event.hne_lif = lif; in ill_nic_event_dispatch()
18328 info->hnei_event.hne_event = event; in ill_nic_event_dispatch()
18329 info->hnei_event.hne_protocol = ill->ill_isv6 ? in ill_nic_event_dispatch()
18331 info->hnei_event.hne_data = NULL; in ill_nic_event_dispatch()
18332 info->hnei_event.hne_datalen = 0; 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()
18340 info->hnei_event.hne_datalen = datalen; in ill_nic_event_dispatch()
[all …]