Home
last modified time | relevance | path

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

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