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) | |||
| 68 | break; | 68 | break; |
| 69 | } | 69 | } |
| 70 | } | 70 | } |
| 71 | EXPORT_SYMBOL_GPL(skb_clone_tx_timestamp); | ||
| 71 | 72 | ||
| 72 | void skb_complete_tx_timestamp(struct sk_buff *skb, | 73 | void skb_complete_tx_timestamp(struct sk_buff *skb, |
| 73 | struct skb_shared_hwtstamps *hwtstamps) | 74 | struct skb_shared_hwtstamps *hwtstamps) |
| @@ -121,6 +122,7 @@ bool skb_defer_rx_timestamp(struct sk_buff *skb) | |||
| 121 | 122 | ||
| 122 | return false; | 123 | return false; |
| 123 | } | 124 | } |
| 125 | EXPORT_SYMBOL_GPL(skb_defer_rx_timestamp); | ||
| 124 | 126 | ||
| 125 | void __init skb_timestamping_init(void) | 127 | void __init skb_timestamping_init(void) |
| 126 | { | 128 | { |
