Searched refs:L2TP_HDR_VER_2 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/l2tp/
H A Dl2tp_core.c79 #define L2TP_HDR_VER_2 0x0002 macro
675 if (tunnel->version == L2TP_HDR_VER_2) { l2tp_recv_common()
758 if (tunnel->version == L2TP_HDR_VER_2) { l2tp_recv_common()
905 if (tunnel->version == L2TP_HDR_VER_2) { l2tp_udp_recv_core()
984 u16 flags = L2TP_HDR_VER_2; l2tp_build_l2tpv2_header()
1692 if (tunnel->version != L2TP_HDR_VER_2) { __l2tp_session_unhash()
1726 if (version == L2TP_HDR_VER_2) { l2tp_session_set_header_len()
1751 if (tunnel->version == L2TP_HDR_VER_2) l2tp_session_create()
1790 if (tunnel->version == L2TP_HDR_VER_2) l2tp_session_create()
1813 if (tunnel->version != L2TP_HDR_VER_2) { l2tp_session_create()

Completed in 58 milliseconds