Home
last modified time | relevance | path

Searched refs:SKB_PTP_TYPE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.h31 #define SKB_PTP_TYPE(__skb) (*(unsigned int *)((__skb)->cb)) macro
H A Dhellcreek_hwtstamp.c313 type = SKB_PTP_TYPE(skb); in hellcreek_get_rxts()
431 SKB_PTP_TYPE(skb) = type; in hellcreek_port_rxtstamp()
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c19 #define SKB_PTP_TYPE(__skb) (*(unsigned int *)((__skb)->cb)) macro
248 unsigned int type = SKB_PTP_TYPE(skb); in seq_match()
352 SKB_PTP_TYPE(skb) = type; in mv88e6xxx_port_rxtstamp()
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c19 #define SKB_PTP_TYPE(__skb) (*(unsigned int *)((__skb)->cb)) macro
244 unsigned int type = SKB_PTP_TYPE(skb); in seq_match()
348 SKB_PTP_TYPE(skb) = type; in mv88e6xxx_port_rxtstamp()

Completed in 5 milliseconds