Home
last modified time | relevance | path

Searched refs:PTP_CLASS_IPV4 (Results 1 – 6 of 6) 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.c26 * or #0x10 ; PTP_CLASS_IPV4
68 * or #0x90 ; PTP_CLASS_VLAN|PTP_CLASS_IPV4
118 case PTP_CLASS_IPV4: in ptp_parse_header()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c354 if (type & PTP_CLASS_IPV4) in lan966x_ptp_classify()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1873 case PTP_CLASS_IPV4: in felix_rxtstamp()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c170 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()