Searched refs:IPFSYNC_OLDIFP (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 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() 2627 frsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6() 2628 fr_natifpsync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, in ipf_nic_event_v6() 2630 fr_statesync(IPFSYNC_OLDIFP, 6, (void *)hn->hne_nic, NULL, ifs); in ipf_nic_event_v6()
|
H A D | ip_state.c | 3235 case IPFSYNC_OLDIFP :
|
H A D | ip_nat.c | 4947 case IPFSYNC_OLDIFP :
|
H A D | fil.c | 3805 case IPFSYNC_OLDIFP :
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 481 fr_natifpsync(IPFSYNC_OLDIFP, 4, ifp, NULL, ifs); 482 fr_natifpsync(IPFSYNC_OLDIFP, 6, ifp, NULL, ifs);
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 1327 #define IPFSYNC_OLDIFP 2 macro
|