Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1146 #define IPF_HZ_DIVIDE 2 /* How many times a second ipfilter */ macro
1148 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c5158 period = seconds * IPF_HZ_DIVIDE;