Home
last modified time | relevance | path

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

/linux-6.14.4/net/core/
Dtimestamping.c23 void skb_clone_tx_timestamp(struct sk_buff *skb) in skb_clone_tx_timestamp() function
65 EXPORT_SYMBOL_GPL(skb_clone_tx_timestamp);
/linux-6.14.4/include/linux/
Dskbuff.h4503 void skb_clone_tx_timestamp(struct sk_buff *skb);
4508 static inline void skb_clone_tx_timestamp(struct sk_buff *skb) in skb_clone_tx_timestamp() function
4566 skb_clone_tx_timestamp(skb); in skb_tx_timestamp()
/linux-6.14.4/Documentation/networking/
Dtimestamping.rst786 ``skb_clone_tx_timestamp()``. This function can either be called directly