Home
last modified time | relevance | path

Searched refs:skb_clone_tx_timestamp (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/core/
Dtimestamping.c22 void skb_clone_tx_timestamp(struct sk_buff *skb) in skb_clone_tx_timestamp() function
43 EXPORT_SYMBOL_GPL(skb_clone_tx_timestamp);
/linux-6.1.9/include/linux/
Dskbuff.h4234 void skb_clone_tx_timestamp(struct sk_buff *skb);
4239 static inline void skb_clone_tx_timestamp(struct sk_buff *skb) in skb_clone_tx_timestamp() function
4297 skb_clone_tx_timestamp(skb); in skb_tx_timestamp()
/linux-6.1.9/Documentation/networking/
Dtimestamping.rst713 ``skb_clone_tx_timestamp()``. This function can either be called directly