Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dptp_classify.h24 #define PTP_CLASS_IPV4 0x10 /* event in an IPV4 UDP packet */ macro
30 #define PTP_CLASS_V1_IPV4 (PTP_CLASS_V1 | PTP_CLASS_IPV4)
32 #define PTP_CLASS_V2_IPV4 (PTP_CLASS_V2 | PTP_CLASS_IPV4)
36 #define PTP_CLASS_L4 (PTP_CLASS_IPV4 | PTP_CLASS_IPV6)
180 case PTP_CLASS_IPV4: in ptp_header_update_correction()
/openbmc/linux/net/core/
H A Dptp_classifier.c118 case PTP_CLASS_IPV4: in ptp_parse_header()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c181 if (type & PTP_CLASS_IPV4) in sparx5_ptp_classify()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1739 case PTP_CLASS_IPV4: in felix_rxtstamp()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c133 if (type == PTP_CLASS_IPV4 || type == PTP_CLASS_IPV6) in enetc_ptp_parse()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c782 if (type == PTP_CLASS_IPV4 || in dpaa2_eth_ptp_parse()