Home
last modified time | relevance | path

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

/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()
/linux/net/core/
H A Dptp_classifier.c118 case PTP_CLASS_IPV4: in ptp_parse_header()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c185 if (type & PTP_CLASS_IPV4) in sparx5_ptp_classify()
/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.c782 if (type == PTP_CLASS_IPV4 || in dpaa2_eth_ptp_parse()