Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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-6.6.21/net/core/
Dptp_classifier.c121 case PTP_CLASS_IPV6: in ptp_parse_header()
/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ptp.c183 if (type & PTP_CLASS_IPV6) in sparx5_ptp_classify()
/linux-6.6.21/drivers/net/dsa/ocelot/
Dfelix.c1729 case PTP_CLASS_IPV6: in felix_rxtstamp()
/linux-6.6.21/drivers/net/ethernet/freescale/enetc/
Denetc.c130 if (type == PTP_CLASS_IPV4 || type == PTP_CLASS_IPV6) in enetc_ptp_parse()
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c783 type == PTP_CLASS_IPV6) in dpaa2_eth_ptp_parse()