Home
last modified time | relevance | path

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

/linux/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()
/linux/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()