diff options
Diffstat (limited to 'net/core/timestamping.c')
| -rw-r--r-- | net/core/timestamping.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/timestamping.c b/net/core/timestamping.c index 7e7ca375d431..98a52640e7cd 100644 --- a/net/core/timestamping.c +++ b/net/core/timestamping.c @@ -68,6 +68,7 @@ void skb_clone_tx_timestamp(struct sk_buff *skb)  		break;  	}  } +EXPORT_SYMBOL_GPL(skb_clone_tx_timestamp);  void skb_complete_tx_timestamp(struct sk_buff *skb,  			       struct skb_shared_hwtstamps *hwtstamps) @@ -121,6 +122,7 @@ bool skb_defer_rx_timestamp(struct sk_buff *skb)  	return false;  } +EXPORT_SYMBOL_GPL(skb_defer_rx_timestamp);  void __init skb_timestamping_init(void)  {  |