summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@coreworks.de>2004-11-15 23:28:15 +0100
committerPatrick McHardy <kaber@coreworks.de>2004-11-15 23:28:15 +0100
commit31dd505499bdb977eac1eaea0ad898e42aa8b258 (patch)
tree1eb1f1d591540bc7145a7adcfc62c9fb16069ec5 /include/linux
parentf2fab154f9bb267cc2feb316e1be8486658ef98e (diff)
parentee0cbaeff376e2af407475703bbf9a660443dcde (diff)
Merge coreworks.de:/home/kaber/src/nf/nf-2.6-ipq
into coreworks.de:/home/kaber/src/nf/nf-2.6
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index c880b0ee02b3..871bcbdf2abd 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -925,6 +925,9 @@ extern unsigned long netdev_fc_xoff;
extern atomic_t netdev_dropping;
extern int netdev_set_master(struct net_device *dev, struct net_device *master);
extern int skb_checksum_help(struct sk_buff *skb, int inward);
+/* rx skb timestamps */
+extern void net_enable_timestamp(void);
+extern void net_disable_timestamp(void);
#ifdef CONFIG_SYSCTL
extern char *net_sysctl_strdup(const char *s);