| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2013 Red Hat, Inc. |
|---|
| 3 | 4 | * Author: Daniel Borkmann <dborkman@redhat.com> |
|---|
| .. | .. |
|---|
| 19 | 20 | * - TPACKET_V1: RX_RING, TX_RING |
|---|
| 20 | 21 | * - TPACKET_V2: RX_RING, TX_RING |
|---|
| 21 | 22 | * - TPACKET_V3: RX_RING |
|---|
| 22 | | - * |
|---|
| 23 | | - * License (GPLv2): |
|---|
| 24 | | - * |
|---|
| 25 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 26 | | - * under the terms and conditions of the GNU General Public License, |
|---|
| 27 | | - * version 2, as published by the Free Software Foundation. |
|---|
| 28 | | - * |
|---|
| 29 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 30 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 31 | | - * FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for |
|---|
| 32 | | - * more details. |
|---|
| 33 | | - * |
|---|
| 34 | | - * You should have received a copy of the GNU General Public License along with |
|---|
| 35 | | - * this program; if not, write to the Free Software Foundation, Inc., |
|---|
| 36 | | - * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
|---|
| 37 | 23 | */ |
|---|
| 38 | 24 | |
|---|
| 39 | 25 | #include <stdio.h> |
|---|