]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - net/netfilter/xt_CLASSIFY.c
Merge tag 'powerpc-5.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[mirror_ubuntu-hirsute-kernel.git] / net / netfilter / xt_CLASSIFY.c
CommitLineData
d2912cb1 1// SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2/*
3 * This is a module which is used for setting the skb->priority field
4 * of an skb for qdisc classification.
5 */
6
7/* (C) 2001-2002 Patrick McHardy <kaber@trash.net>
1da177e4
LT
8 */
9
10#include <linux/module.h>
11#include <linux/skbuff.h>
12#include <linux/ip.h>
13#include <net/checksum.h>
14
891350c9
PM
15#include <linux/netfilter_ipv4.h>
16#include <linux/netfilter_ipv6.h>
2e4e6a17
HW
17#include <linux/netfilter/x_tables.h>
18#include <linux/netfilter/xt_CLASSIFY.h>