Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c2524 frsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, hn->hne_data, in ipf_nic_event_v4()
2526 fr_natifpsync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, in ipf_nic_event_v4()
2528 fr_statesync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, in ipf_nic_event_v4()
2533 frsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2534 fr_natifpsync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, in ipf_nic_event_v4()
2536 fr_statesync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2548 frsync(IPFSYNC_RESYNC, 4, (void *)hn->hne_nic, NULL, in ipf_nic_event_v4()
2551 fr_nataddrsync(4, (void *)hn->hne_nic, &sin->sin_addr, in ipf_nic_event_v4()
2578 fr_ifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v4()
2579 fr_natifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v4()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_event.h100 phy_if_t hne_nic; member
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1575 ipne->ipne_ifindex = hn->hne_nic; in ipnet_nicevent_cb()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c18326 info->hnei_event.hne_nic = ill->ill_phyint->phyint_ifindex; in ill_nic_event_dispatch()