Searched refs:new_ifp (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 2180 void *new_ifp = NULL; in ipf_nic_event_v4() local 2243 new_ifp = (void *)(size_t)*((int *)hn->hne_data); 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() 2246 fr_stateifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v4() 2274 void *new_ifp = NULL; in ipf_nic_event_v6() local 2327 new_ifp = (void *)(size_t)*((int *)hn->hne_data); in ipf_nic_event_v6() 2328 fr_ifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v6() 2329 fr_natifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v6() 2330 fr_stateifindexsync((void *)hn->hne_nic, new_ifp, ifs); in ipf_nic_event_v6()
|