Searched refs:SESSHASH (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/netgraph/
H A Dng_pptpgre.c143 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
353 hash = SESSHASH(cid);
391 hash = SESSHASH(newConf->cid);
929 uint16_t hash = SESSHASH(cid);
H A Dng_pppoe.c243 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
514 hash = SESSHASH(val);
538 uint16_t hash = SESSHASH(sp->Session_ID);
550 uint16_t hash = SESSHASH(sp->Session_ID);
562 uint16_t hash = SESSHASH(session);
H A Dng_l2tp.c104 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
435 hash = SESSHASH(hpriv->conf.session_id);
709 uint16_t hash = SESSHASH(sid);

Completed in 50 milliseconds