Home
last modified time | relevance | path

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

12

/openbmc/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.c17 return ptp_classify_raw(skb); in classify()
58 type = ptp_classify_raw(skb); in skb_defer_rx_timestamp()
/openbmc/linux/include/linux/
H A Dptp_classify.h94 unsigned int ptp_classify_raw(const struct sk_buff *skb);
215 static inline unsigned int ptp_classify_raw(struct sk_buff *skb) in ptp_classify_raw() function
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpts.h137 unsigned int class = ptp_classify_raw(skb); in cpts_can_timestamp()
H A Dam65-cpts.c787 if ((ptp_classify_raw(skb) & PTP_CLASS_V1) && in am65_cpts_match_tx_ts()
892 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()
/openbmc/linux/net/dsa/
H A Dtag.c44 type = ptp_classify_raw(skb); in dsa_skb_defer_rx_timestamp()
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_hwtstamp.c376 type = ptp_classify_raw(skb); in hellcreek_port_txtstamp()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.c476 type = ptp_classify_raw(skb); in mv88e6xxx_port_txtstamp()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_ptp.c162 type = ptp_classify_raw(skb); in sparx5_ptp_classify()
/openbmc/linux/drivers/ptp/
H A Dptp_ines.c287 unsigned int class = ptp_classify_raw(skb), i; in ines_find_txts()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c674 ptp_class = ptp_classify_raw(skb); in ocelot_port_txtstamp_request()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c334 type = ptp_classify_raw(skb); in lan966x_ptp_classify()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c42 ptp_class = ptp_classify_raw(skb); in bnxt_ptp_parse()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_ptp.c514 type = ptp_classify_raw(skb); in ksz_port_txtstamp()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c491 ptp_class = ptp_classify_raw(skb); in mlxsw_sp_ptp_parse()
H A Dspectrum.c296 type = ptp_classify_raw(skb); in mlxsw_sp_skb_requires_ts()
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c283 if (ptp_classify_raw(skb) != PTP_CLASS_V1_IPV4) in ixp_ptp_match()
/openbmc/linux/drivers/net/phy/
H A Dmicrel.c2606 type = ptp_classify_raw(skb); in lan8814_get_sig_rx()
2912 type = ptp_classify_raw(skb); in lan8814_get_sig_tx()
/openbmc/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1699 type = ptp_classify_raw(skb); in felix_check_xtr_pkt()
/openbmc/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()
/openbmc/linux/Documentation/networking/
H A Dtimestamping.rst680 drivers can use a BPF classifier (``ptp_classify_raw``) to identify
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c121 ptp_class = ptp_classify_raw(skb); in enetc_ptp_parse()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c770 ptp_class = ptp_classify_raw(skb); in dpaa2_eth_ptp_parse()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c1213 ptp_class = ptp_classify_raw(skb); in ptp_one_step_sync()

12