Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c2190 frsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, hn->hne_data, in ipf_nic_event_v4()
2192 fr_natifpsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, in ipf_nic_event_v4()
2194 fr_statesync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, in ipf_nic_event_v4()
2199 frsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2200 fr_natifpsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, in ipf_nic_event_v4()
2202 fr_statesync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2214 frsync(IPFSYNC_RESYNC, 4, (void *)hn->hne_nic, NULL, in ipf_nic_event_v4()
2217 fr_nataddrsync(4, (void *)hn->hne_nic, &sin->sin_addr, in ipf_nic_event_v4()
2244 fr_ifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v4()
2245 fr_natifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v4()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dhook_event.h98 phy_if_t hne_nic; member
/titanic_41/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1568 ipne->ipne_ifindex = hn->hne_nic; in ipnet_nicevent_cb()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_if.c18314 info->hnei_event.hne_nic = ill->ill_phyint->phyint_ifindex; in ill_nic_event_dispatch()