.. | .. |
---|
108 | 108 | L2TP_ATTR_VLAN_ID, /* u16 (not used) */ |
---|
109 | 109 | L2TP_ATTR_COOKIE, /* 0, 4 or 8 bytes */ |
---|
110 | 110 | L2TP_ATTR_PEER_COOKIE, /* 0, 4 or 8 bytes */ |
---|
111 | | - L2TP_ATTR_DEBUG, /* u32, enum l2tp_debug_flags */ |
---|
| 111 | + L2TP_ATTR_DEBUG, /* u32, enum l2tp_debug_flags (not used) */ |
---|
112 | 112 | L2TP_ATTR_RECV_SEQ, /* u8 */ |
---|
113 | 113 | L2TP_ATTR_SEND_SEQ, /* u8 */ |
---|
114 | 114 | L2TP_ATTR_LNS_MODE, /* u8 */ |
---|
.. | .. |
---|
144 | 144 | L2TP_ATTR_RX_OOS_PACKETS, /* u64 */ |
---|
145 | 145 | L2TP_ATTR_RX_ERRORS, /* u64 */ |
---|
146 | 146 | L2TP_ATTR_STATS_PAD, |
---|
| 147 | + L2TP_ATTR_RX_COOKIE_DISCARDS, /* u64 */ |
---|
| 148 | + L2TP_ATTR_RX_INVALID, /* u64 */ |
---|
147 | 149 | __L2TP_ATTR_STATS_MAX, |
---|
148 | 150 | }; |
---|
149 | 151 | |
---|
.. | .. |
---|
177 | 179 | }; |
---|
178 | 180 | |
---|
179 | 181 | /** |
---|
180 | | - * enum l2tp_debug_flags - debug message categories for L2TP tunnels/sessions |
---|
| 182 | + * enum l2tp_debug_flags - debug message categories for L2TP tunnels/sessions. |
---|
| 183 | + * |
---|
| 184 | + * Unused. |
---|
181 | 185 | * |
---|
182 | 186 | * @L2TP_MSG_DEBUG: verbose debug (if compiled in) |
---|
183 | 187 | * @L2TP_MSG_CONTROL: userspace - kernel interface |
---|