Home
last modified time | relevance | path

Searched refs:ptp_classify_raw (Results 1 – 22 of 22) sorted by relevance

/linux/net/core/ !
H A Dptp_classifier.c104 unsigned int ptp_classify_raw(const struct sk_buff *skb) in ptp_classify_raw() function
108 EXPORT_SYMBOL_GPL(ptp_classify_raw);
H A Dtimestamping.c18 return ptp_classify_raw(skb); in classify()
101 type = ptp_classify_raw(skb); in skb_defer_rx_timestamp()
/linux/include/linux/ !
H A Dptp_classify.h85 * ptp_classify_raw - classify a PTP packet
94 unsigned int ptp_classify_raw(const struct sk_buff *skb);
99 * @type: type of the packet (see ptp_classify_raw())
114 * @type: type of the packet (see ptp_classify_raw())
157 * @type: type of the packet (see ptp_classify_raw())
202 * @type: type of the packet (see ptp_classify_raw())
215 static inline unsigned int ptp_classify_raw(struct sk_buff *skb) in ptp_classify_raw() function
/linux/drivers/net/ethernet/ti/ !
H A Dcpts.h137 unsigned int class = ptp_classify_raw(skb); in cpts_can_timestamp()
H A Dam65-cpts.c794 if ((ptp_classify_raw(skb) & PTP_CLASS_V1) && in am65_cpts_match_tx_ts()
876 unsigned int ptp_class = ptp_classify_raw(skb); in am65_skb_get_mtype_seqid()
H A Dcpts.c436 unsigned int ptp_class = ptp_classify_raw(skb); in cpts_skb_get_mtype_seqid()
/linux/net/dsa/ !
H A Dtag.c44 type = ptp_classify_raw(skb); in dsa_skb_defer_rx_timestamp()
/linux/drivers/net/dsa/hirschmann/ !
H A Dhellcreek_hwtstamp.c370 type = ptp_classify_raw(skb); in hellcreek_port_txtstamp()
/linux/drivers/net/phy/ !
H A Dmicrochip_rds_ptp.c353 type = ptp_classify_raw(skb); in mchp_rds_ptp_get_sig_rx()
896 type = ptp_classify_raw(skb); in mchp_rds_ptp_get_sig_tx()
/linux/drivers/net/dsa/mv88e6xxx/ !
H A Dhwtstamp.c472 type = ptp_classify_raw(skb); in mv88e6xxx_port_txtstamp()
/linux/drivers/net/ethernet/mscc/ !
H A Docelot_ptp.c733 ptp_class = ptp_classify_raw(skb); in ocelot_port_txtstamp_request()
/linux/drivers/net/ethernet/microchip/lan966x/ !
H A Dlan966x_ptp.c338 type = ptp_classify_raw(skb); in lan966x_ptp_classify()
/linux/drivers/net/dsa/microchip/ !
H A Dksz_ptp.c508 type = ptp_classify_raw(skb); in ksz_port_txtstamp()
/linux/drivers/net/ethernet/mellanox/mlxsw/ !
H A Dspectrum_ptp.c492 ptp_class = ptp_classify_raw(skb); in mlxsw_sp_ptp_parse()
H A Dspectrum.c175 type = ptp_classify_raw(skb); in mlxsw_sp_skb_requires_ts()
/linux/drivers/net/ethernet/xscale/ !
H A Dixp4xx_eth.c291 if (ptp_classify_raw(skb) != PTP_CLASS_V1_IPV4) in ixp_ptp_match()
/linux/drivers/net/dsa/ocelot/ !
H A Dfelix.c1833 type = ptp_classify_raw(skb); in felix_check_xtr_pkt()
/linux/drivers/net/ethernet/oki-semi/pch_gbe/ !
H A Dpch_gbe_main.c111 if (ptp_classify_raw(skb) == PTP_CLASS_NONE) in pch_ptp_match()
/linux/Documentation/networking/ !
H A Dtimestamping.rst731 drivers can use a BPF classifier (``ptp_classify_raw``) to identify
/linux/drivers/net/ethernet/freescale/enetc/ !
H A Denetc.c161 ptp_class = ptp_classify_raw(skb); in enetc_ptp_parse()
/linux/drivers/net/ethernet/freescale/dpaa2/ !
H A Ddpaa2-eth.c770 ptp_class = ptp_classify_raw(skb); in dpaa2_eth_ptp_parse()
/linux/drivers/net/ethernet/marvell/mvpp2/ !
H A Dmvpp2_main.c4123 type = ptp_classify_raw(skb); in mvpp2_tx_hw_tstamp()