Home
last modified time | relevance | path

Searched refs:IPFSYNC_NEWIFP (Results 1 – 5 of 5) 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()
2618 frsync(IPFSYNC_NEWIFP, 6, (void *)hn->hne_nic, in ipf_nic_event_v6()
2620 fr_natifpsync(IPFSYNC_NEWIFP, 6, (void *)hn->hne_nic, in ipf_nic_event_v6()
2622 fr_statesync(IPFSYNC_NEWIFP, 6, (void *)hn->hne_nic, in ipf_nic_event_v6()
H A Dip_state.c3221 case IPFSYNC_NEWIFP :
H A Dip_nat.c4925 case IPFSYNC_NEWIFP :
H A Dfil.c3801 case IPFSYNC_NEWIFP :
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1326 #define IPFSYNC_NEWIFP 1 macro