Home
last modified time | relevance | path

Searched refs:hook_nic_event_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook_event.h105 } hook_nic_event_t; typedef
112 hook_nic_event_t hnei_event;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c2512 hook_nic_event_t *hn; in ipf_nic_event_v4()
2519 hn = (hook_nic_event_t *)info; in ipf_nic_event_v4()
2606 hook_nic_event_t *hn; in ipf_nic_event_v6()
2613 hn = (hook_nic_event_t *)info; in ipf_nic_event_v6()
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1567 hook_nic_event_t *hn = (hook_nic_event_t *)info; in ipnet_nicevent_cb()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c18353 kmem_free(info, sizeof (hook_nic_event_t)); in ill_nic_event_dispatch()