Lines Matching defs:session
81 * consider. Data frames consist of a non-zero session-id and an
120 struct l2tp_session *session;
142 /* Ok, this is a data packet. Lookup the session. */
143 session = l2tp_session_get(net, session_id);
144 if (!session)
147 tunnel = session->tunnel;
151 if (l2tp_v3_ensure_opt_in_linear(session, skb, &ptr, &optr))
154 l2tp_recv_common(session, skb, ptr, optr, 0, skb->len);
155 l2tp_session_dec_refcount(session);
188 l2tp_session_dec_refcount(session);