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

/freebsd-11-stable/sys/netgraph/
H A Dng_pppoe.c266 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
538 hash = SESSHASH(val);
562 uint16_t hash = SESSHASH(sp->Session_ID);
574 uint16_t hash = SESSHASH(sp->Session_ID);
586 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);
H A Dng_pptpgre.c146 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
402 hash = SESSHASH(cid);
440 hash = SESSHASH(newConf->cid);
1220 uint16_t hash = SESSHASH(cid);

Completed in 176 milliseconds