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

/linux-master/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:
/linux-master/net/core/
H A Dptp_classifier.c39 * or #0x20 ; PTP_CLASS_IPV6
81 * or #0xa0 ; PTP_CLASS_VLAN|PTP_CLASS_IPV6
121 case PTP_CLASS_IPV6:
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c183 if (type & PTP_CLASS_IPV6)
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c1729 case PTP_CLASS_IPV6:
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.c130 if (type == PTP_CLASS_IPV4 || type == PTP_CLASS_IPV6)
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c783 type == PTP_CLASS_IPV6)

Completed in 607 milliseconds