Home
last modified time | relevance | path

Searched refs:L2TP_HASH_BITS_2 (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/net/l2tp/
Dl2tp_core.h27 #define L2TP_HASH_BITS_2 8 macro
28 #define L2TP_HASH_SIZE_2 BIT(L2TP_HASH_BITS_2)
Dl2tp_core.c136 return &pn->l2tp_session_hlist[hash_32(session_id, L2TP_HASH_BITS_2)]; in l2tp_session_id_hash_2()