Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c146 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
403 hash = SESSHASH(cid); in ng_pptpgre_newhook()
441 hash = SESSHASH(newConf->cid); in ng_pptpgre_rcvmsg()
1220 uint16_t hash = SESSHASH(cid); in ng_pptpgre_find_session()
H A Dng_pppoe.c267 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
537 hash = SESSHASH(val); in pppoe_getnewsession()
561 uint16_t hash = SESSHASH(sp->Session_ID); in pppoe_addsession()
573 uint16_t hash = SESSHASH(sp->Session_ID); in pppoe_delsession()
585 uint16_t hash = SESSHASH(session); in pppoe_findsession()
H A Dng_l2tp.c104 #define SESSHASH(x) (((x) ^ ((x) >> 8)) & (SESSHASHSIZE - 1)) macro
435 hash = SESSHASH(hpriv->conf.session_id); in ng_l2tp_newhook()
709 uint16_t hash = SESSHASH(sid); in ng_l2tp_find_session()