Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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()
/Linux-v6.6/net/core/
Dptp_classifier.c118 case PTP_CLASS_IPV4: in ptp_parse_header()
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ptp.c181 if (type & PTP_CLASS_IPV4) in sparx5_ptp_classify()
/Linux-v6.6/drivers/net/dsa/ocelot/
Dfelix.c1728 case PTP_CLASS_IPV4: in felix_rxtstamp()
/Linux-v6.6/drivers/net/ethernet/freescale/enetc/
Denetc.c130 if (type == PTP_CLASS_IPV4 || type == PTP_CLASS_IPV6) in enetc_ptp_parse()
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c778 if (type == PTP_CLASS_IPV4 || in dpaa2_eth_ptp_parse()