Home
last modified time | relevance | path

Searched refs:IPF_HZ_DIVIDE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1149 #define IPF_HZ_DIVIDE 2 /* How many times a second ipfilter */ macro
1151 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c5157 period = seconds * IPF_HZ_DIVIDE;