]> git.pld-linux.org Git - packages/linux-libc-headers.git/blame - linux-libc-headers-tc-u32-mark.patch
- esfq updated, release 9.
[packages/linux-libc-headers.git] / linux-libc-headers-tc-u32-mark.patch
CommitLineData
199a4c23
PS
1http://linux.bkbits.net:8080/linux-2.5/cset%401.2009.1.32
2
3--- a/include/linux/pkt_cls.h 2005-03-13 21:53:56.000000000 +0100
4+++ b/include/linux/pkt_cls.h 2005-04-02 15:00:18.000000000 +0200
5@@ -223,6 +223,13 @@
6 struct tc_u32_key keys[0];
7 };
8
9+struct tc_u32_mark
10+{
11+ __u32 val;
12+ __u32 mask;
13+ __u32 success;
14+};
15+
16 struct tc_u32_pcnt
17 {
18 __u64 rcnt;
This page took 0.028245 seconds and 4 git commands to generate.