Lines Matching +full:over +full:- +full:current
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Linux PPP over L2TP (PPPoL2TP) Socket Implementation (RFC 2661)
5 * This file supplies definitions required by the PPP over L2TP driver
25 * socket over IPv4.
29 * 0 => current */
39 * socket over IPv6.
43 * 0 => current */
57 * 0 => current */
68 * 0 => current */
78 * DEBUG - bitmask of debug message categories (not used)
79 * SENDSEQ - 0 => don't send packets with sequence numbers
81 * RECVSEQ - 0 => receive packet sequence numbers are optional
83 * LNSMODE - 0 => act as LAC.
85 * REORDERTO - reorder timeout (in millisecs). If 0, don't try to reorder.