Home
last modified time | relevance | path

Searched refs: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
407 hash = SESSHASH(cid); in ng_pptpgre_newhook()
445 hash = SESSHASH(newConf->cid); in ng_pptpgre_rcvmsg()
1224 uint16_t hash = SESSHASH(cid); in ng_pptpgre_find_session()
H A Dng_pppoe.c281 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
551 hash = SESSHASH(val); in pppoe_getnewsession()
575 uint16_t hash = SESSHASH(sp->Session_ID); in pppoe_addsession()
587 uint16_t hash = SESSHASH(sp->Session_ID); in pppoe_delsession()
599 uint16_t hash = SESSHASH(session); in pppoe_findsession()
H A Dng_l2tp.c105 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
440 hash = SESSHASH(hpriv->conf.session_id); in ng_l2tp_newhook()
713 uint16_t hash = SESSHASH(sid); in ng_l2tp_find_session()