search for: net_enable_timestamp

Displaying 2 results from an estimated 2 matches for "net_enable_timestamp".

2007 Apr 18
1
[Bridge] skb timestamp set in bridge?
In 2.4, I relied on the skb->stamp to contain the timestamp of when the packet entered the bridge. In 2.6, I don't seem to be seeing this behaviour. Is this correct? If so, what is the best place for me to grab the timestamp of the packet entering the bridge. TIA. --joubert
2006 Feb 22
0
Re: [PATCH] Fix IPSec for Xen checksum offload packets (Jon Mason)
...rect the pointers and force checksumming. >+ */ >+ if (xen_checksum_setup(skb)) >+ goto out_kfree_skb; > > /* If packet is not checksummed and device does not support > * checksumming for this protocol, complete checksumming here. >@@ -3350,6 +3361,7 @@ > EXPORT_SYMBOL(net_enable_timestamp); > EXPORT_SYMBOL(net_disable_timestamp); > EXPORT_SYMBOL(dev_get_flags); >+EXPORT_SYMBOL(xen_checksum_setup); > > #if defined(CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE) > EXPORT_SYMBOL(br_handle_frame_hook); >diff -r 57e6d7218427 -r 079135b0d58f patches/linux-2.6.16-rc2/...