Home
last modified time | relevance | path

Searched refs:PTP_CLASS_IPV6 (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dptp_classify.h25 #define PTP_CLASS_IPV6 0x20 /* event in an IPV6 UDP packet */ macro
31 #define PTP_CLASS_V1_IPV6 (PTP_CLASS_V1 | PTP_CLASS_IPV6) /* probably DNE */
33 #define PTP_CLASS_V2_IPV6 (PTP_CLASS_V2 | PTP_CLASS_IPV6)
36 #define PTP_CLASS_L4 (PTP_CLASS_IPV4 | PTP_CLASS_IPV6)
181 case PTP_CLASS_IPV6: in ptp_header_update_correction()
/linux/net/core/
H A Dptp_classifier.c121 case PTP_CLASS_IPV6: in ptp_parse_header()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c187 if (type & PTP_CLASS_IPV6) in sparx5_ptp_classify()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1863 case PTP_CLASS_IPV6: in felix_rxtstamp()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c134 if (type == PTP_CLASS_IPV4 || type == PTP_CLASS_IPV6) in enetc_ptp_parse()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c783 type == PTP_CLASS_IPV6) in dpaa2_eth_ptp_parse()