Home
last modified time | relevance | path

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

/linux-5.19.10/net/l2tp/
Dl2tp_core.h23 #define L2TP_HASH_BITS 4 macro
24 #define L2TP_HASH_SIZE BIT(L2TP_HASH_BITS)
Dl2tp_core.c148 return &tunnel->session_hlist[hash_32(session_id, L2TP_HASH_BITS)]; in l2tp_session_id_hash()