]> git.pld-linux.org Git - packages/kernel.git/blob - 2.2.21-wrr-pkt_bridged.patch
- obsolete
[packages/kernel.git] / 2.2.21-wrr-pkt_bridged.patch
1 diff -urN linux.orig/include/linux/skbuff.h linux/include/linux/skbuff.h
2 --- linux.orig/include/linux/skbuff.h   Wed Jul 31 20:06:04 2002
3 +++ linux/include/linux/skbuff.h        Sat Aug  3 15:23:56 2002
4 @@ -83,6 +83,7 @@
5         unsigned char   is_clone,               /* We are a clone                               */
6                         cloned,                 /* head may be cloned (check refcnt to be sure). */
7                         pkt_type,               /* Packet class                                 */
8 +                       pkt_bridged,            /* Tracker for bridging                         */
9                         ip_summed;              /* Driver fed us an IP checksum                 */
10  #ifdef CONFIG_IMQ
11         short           from_imq;               /* Pkt from IMQ */
This page took 0.094219 seconds and 3 git commands to generate.