Home
last modified time | relevance | path

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

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