Lines Matching defs:session
79 * consider. Data frames consist of a non-zero session-id and an
118 struct l2tp_session *session;
140 /* Ok, this is a data packet. Lookup the session. */
141 session = l2tp_session_get(net, session_id);
142 if (!session)
145 tunnel = session->tunnel;
149 if (l2tp_v3_ensure_opt_in_linear(session, skb, &ptr, &optr))
152 l2tp_recv_common(session, skb, ptr, optr, 0, skb->len);
153 l2tp_session_dec_refcount(session);
186 l2tp_session_dec_refcount(session);