Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dptp_classify.h20 #define PTP_CLASS_IPV4 0x10 /* event in an IPV4 UDP packet */ macro
26 #define PTP_CLASS_V1_IPV4 (PTP_CLASS_V1 | PTP_CLASS_IPV4)
28 #define PTP_CLASS_V2_IPV4 (PTP_CLASS_V2 | PTP_CLASS_IPV4)
32 #define PTP_CLASS_L4 (PTP_CLASS_IPV4 | PTP_CLASS_IPV6)
/linux-5.19.10/net/core/
Dptp_classifier.c118 case PTP_CLASS_IPV4: in ptp_parse_header()
/linux-5.19.10/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ptp.c183 if (type & PTP_CLASS_IPV4) in sparx5_ptp_classify()
/linux-5.19.10/drivers/net/ethernet/freescale/enetc/
Denetc.c111 if (type == PTP_CLASS_IPV4 || type == PTP_CLASS_IPV6) in enetc_ptp_parse()
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c748 if (type == PTP_CLASS_IPV4 || in dpaa2_eth_ptp_parse()