Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h233 extern void fr_statesync __P((int, int, void *, char *, ipf_stack_t *));
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c829 fr_statesync(IPFSYNC_RESYNC, 0, NULL, NULL, ifs);
2194 fr_statesync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, in ipf_nic_event_v4()
2202 fr_statesync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2288 fr_statesync(IPFSYNC_NEWIFP, 6, (void *)hn->hne_nic, in ipf_nic_event_v6()
2296 fr_statesync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6()
H A Dip_state.c3187 void fr_statesync(action, v, ifp, name, ifs) in fr_statesync() function