Home
last modified time | relevance | path

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

/dflybsd-src/sys/netgraph7/pptpgre/
H A Dng_pptpgre.c141 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
/dflybsd-src/sys/netgraph7/l2tp/
H A Dng_l2tp.c104 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
/dflybsd-src/sys/netgraph7/pppoe/
H A Dng_pppoe.c242 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro