Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/mgmt/
Duser_session.c271 list_add(&sess->preauth_entry, &conn->preauth_sess_table); in ksmbd_preauth_session_alloc()
287 list_for_each_entry(sess, &conn->preauth_sess_table, preauth_entry) { in ksmbd_preauth_session_lookup()
/Linux-v5.15/fs/ksmbd/
Dconnection.h102 struct list_head preauth_sess_table; member
Dsmb2ops.c281 INIT_LIST_HEAD(&conn->preauth_sess_table); in init_smb3_11_server()