patch-2.3.43 linux/include/net/atmclip.h
Next file: linux/include/net/dsfield.h
Previous file: linux/include/linux/vt_buffer.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Wed Feb 9 21:35:57 2000
- Orig file:
v2.3.42/linux/include/net/atmclip.h
- Orig date:
Fri Sep 10 23:57:37 1999
diff -u --recursive --new-file v2.3.42/linux/include/net/atmclip.h linux/include/net/atmclip.h
@@ -1,6 +1,6 @@
/* net/atm/atmarp.h - RFC1577 ATM ARP */
-/* Written 1995-1998 by Werner Almesberger, EPFL LRC/ICA */
+/* Written 1995-1999 by Werner Almesberger, EPFL LRC/ICA */
#ifndef _ATMCLIP_H
@@ -26,7 +26,9 @@
unsigned long last_use; /* last send or receive operation */
unsigned long idle_timeout; /* keep open idle for so many jiffies*/
void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb);
- /* keep old push fn for detaching */
+ /* keep old push fn for chaining */
+ void (*old_pop)(struct atm_vcc *vcc,struct sk_buff *skb);
+ /* keep old pop fn for chaining */
struct clip_vcc *next; /* next VCC */
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)