| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2018 Google Inc. |
|---|
| 3 | 4 | * Author: Soheil Hassas Yeganeh (soheil@google.com) |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Simple example on how to use TCP_INQ and TCP_CM_INQ. |
|---|
| 6 | | - * |
|---|
| 7 | | - * License (GPLv2): |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 10 | | - * under the terms and conditions of the GNU General Public License, |
|---|
| 11 | | - * version 2, as published by the Free Software Foundation. |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 14 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 15 | | - * FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for |
|---|
| 16 | | - * more details. |
|---|
| 17 | 7 | */ |
|---|
| 18 | 8 | #define _GNU_SOURCE |
|---|
| 19 | 9 | |
|---|