patch-2.1.102 linux/net/ipv4/arp.c
Next file: linux/net/ipv4/devinet.c
Previous file: linux/net/ipv4/af_inet.c
Back to the patch index
Back to the overall index
- Lines: 56
- Date:
Thu May 14 10:26:23 1998
- Orig file:
v2.1.101/linux/net/ipv4/arp.c
- Orig date:
Tue Mar 17 22:18:16 1998
diff -u --recursive --new-file v2.1.101/linux/net/ipv4/arp.c linux/net/ipv4/arp.c
@@ -1,6 +1,6 @@
/* linux/net/inet/arp.c
*
- * Version: $Id: arp.c,v 1.65 1998/03/08 20:52:34 davem Exp $
+ * Version: $Id: arp.c,v 1.66 1998/05/08 01:54:55 davem Exp $
*
* Copyright (C) 1994 by Florian La Roche
*
@@ -135,8 +135,8 @@
arp_error_report,
neigh_resolve_output,
neigh_connected_output,
- ip_acct_output,
- ip_acct_output
+ dev_queue_xmit,
+ dev_queue_xmit
};
static struct neigh_ops arp_hh_ops =
@@ -147,8 +147,8 @@
arp_error_report,
neigh_resolve_output,
neigh_resolve_output,
- ip_acct_output,
- ip_acct_output
+ dev_queue_xmit,
+ dev_queue_xmit
};
static struct neigh_ops arp_direct_ops =
@@ -157,10 +157,10 @@
NULL,
NULL,
NULL,
- ip_acct_output,
- ip_acct_output,
- ip_acct_output,
- ip_acct_output
+ dev_queue_xmit,
+ dev_queue_xmit,
+ dev_queue_xmit,
+ dev_queue_xmit
};
#if defined(CONFIG_AX25) || defined(CONFIG_AX25) || \
@@ -173,8 +173,8 @@
arp_error_report,
neigh_compat_output,
neigh_compat_output,
- ip_acct_output,
- ip_acct_output,
+ dev_queue_xmit,
+ dev_queue_xmit,
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov