Home
last modified time | relevance | path

Searched defs:SESSHASH (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_pptpgre.c150 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
H A Dng_l2tp.c105 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
H A Dng_pppoe.c281 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro