Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h233 extern void fr_statesync __P((int, int, void *, char *, ipf_stack_t *));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1043 fr_statesync(IPFSYNC_RESYNC, 0, NULL, NULL, ifs);
2528 fr_statesync(IPFSYNC_NEWIFP, 4, (void *)hn->hne_nic, in ipf_nic_event_v4()
2536 fr_statesync(IPFSYNC_OLDIFP, 4, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v4()
2622 fr_statesync(IPFSYNC_NEWIFP, 6, (void *)hn->hne_nic, in ipf_nic_event_v6()
2630 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