Home | History | Annotate | Download | only in radius

Lines Matching full:session

24  * RADIUS_SESSION_TIMEOUT - Session timeout in seconds
67 * struct radius_session - Internal RADIUS server data for a session
131 * next_sess_id - Next session identifier
386 "(timestamp,session,nas_ip,username,note)"
482 struct radius_session *session, *prev;
487 session = client->sessions;
488 while (session) {
489 if (session == sess) {
498 prev = session;
499 session = session->next;
509 RADIUS_DEBUG("Removing completed session 0x%x", sess->sess_id);
519 RADIUS_DEBUG("Timing out authentication session 0x%x", sess->sess_id);
531 RADIUS_DEBUG("Maximum number of existing session - no room "
532 "for a new session");
629 RADIUS_DEBUG("Creating a new session");
650 RADIUS_DEBUG("Failed to create a new session");
669 srv_log(sess, "New session created");
696 "new session");
704 RADIUS_DEBUG("New session 0x%x initialized", sess->sess_id);
1015 RADIUS_DEBUG("Request for session 0x%x", sess->sess_id);
1017 RADIUS_DEBUG("State attribute included but no session found");
1025 RADIUS_DEBUG("Could not create a new session");
1168 RADIUS_DEBUG("Removing completed session 0x%x after timeout",
1283 return; /* msg was stored with the session */
1498 struct radius_session *session, *prev;
1500 session = sessions;
1501 while (session) {
1502 prev = session;
1503 session = session->next;
2126 * has been completed and processing of the EAP session can proceed.
2149 RADIUS_DEBUG("No session matched callback ctx");
2161 return; /* msg was stored with the session */