Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
timestamping.c File Reference
#include <linux/errqueue.h>
#include <linux/phy.h>
#include <linux/ptp_classify.h>
#include <linux/skbuff.h>
#include <linux/export.h>

Go to the source code of this file.

Functions

void skb_clone_tx_timestamp (struct sk_buff *skb)
 
 EXPORT_SYMBOL_GPL (skb_clone_tx_timestamp)
 
void skb_complete_tx_timestamp (struct sk_buff *skb, struct skb_shared_hwtstamps *hwtstamps)
 
 EXPORT_SYMBOL_GPL (skb_complete_tx_timestamp)
 
bool skb_defer_rx_timestamp (struct sk_buff *skb)
 
 EXPORT_SYMBOL_GPL (skb_defer_rx_timestamp)
 
void __init skb_timestamping_init (void)
 

Function Documentation

EXPORT_SYMBOL_GPL ( skb_clone_tx_timestamp  )
EXPORT_SYMBOL_GPL ( skb_complete_tx_timestamp  )
EXPORT_SYMBOL_GPL ( skb_defer_rx_timestamp  )
void skb_clone_tx_timestamp ( struct sk_buff skb)

Definition at line 40 of file timestamping.c.

void skb_complete_tx_timestamp ( struct sk_buff skb,
struct skb_shared_hwtstamps hwtstamps 
)

Definition at line 78 of file timestamping.c.

bool skb_defer_rx_timestamp ( struct sk_buff skb)

Definition at line 104 of file timestamping.c.

void __init skb_timestamping_init ( void  )

Definition at line 136 of file timestamping.c.