Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dhook_event.h110 hook_nic_event_t hnei_event; member
/titanic_44/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.c18314 info->hnei_event.hne_nic = ill->ill_phyint->phyint_ifindex; in ill_nic_event_dispatch()
18315 info->hnei_event.hne_lif = lif; in ill_nic_event_dispatch()
18316 info->hnei_event.hne_event = event; in ill_nic_event_dispatch()
18317 info->hnei_event.hne_protocol = ill->ill_isv6 ? in ill_nic_event_dispatch()
18319 info->hnei_event.hne_data = NULL; in ill_nic_event_dispatch()
18320 info->hnei_event.hne_datalen = 0; 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()
18328 info->hnei_event.hne_datalen = datalen; in ill_nic_event_dispatch()
[all …]