Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dsyncookies.c41 #define NUM_MSS (sizeof(msstab)/sizeof(msstab[0]) - 1) macro
90 return mssind < NUM_MSS ? msstab[mssind] + 1 : 0; in cookie_check()