Home
last modified time | relevance | path

Searched refs:ptp_classify_raw (Results 1 – 18 of 18) 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);
/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
/linux/drivers/net/ethernet/ti/
H A Dcpts.h137 unsigned int class = ptp_classify_raw(skb); in cpts_can_timestamp()
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()
H A Dtag_ksz.c435 ptp_class = ptp_classify_raw(skb); in ksz8463_rcv()
/linux/Documentation/translations/zh_CN/networking/
H A Dtimestamping.rst585 确关联,驱动程序可以使用 BPF 分类器(``ptp_classify_raw``) 来识别 PTP
/linux/drivers/net/phy/
H A Dmicrochip_rds_ptp.c353 type = ptp_classify_raw(skb); in mchp_rds_ptp_get_sig_rx()
919 type = ptp_classify_raw(skb); in mchp_rds_ptp_get_sig_tx()
H A Dmicrel.c3429 type = ptp_classify_raw(skb); in lan8814_get_sig_rx()
4111 type = ptp_classify_raw(skb); in lan8814_get_sig_tx()
/linux/drivers/net/dsa/microchip/
H A Dksz_ptp.c610 type = ptp_classify_raw(skb); in ksz_port_txtstamp()
678 type = ptp_classify_raw(skb); in ksz8463_set_pdelayresp_flag()
/linux/drivers/ptp/
H A Dptp_ines.c287 unsigned int class = ptp_classify_raw(skb), i; in ines_find_txts()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c341 type = ptp_classify_raw(skb); in lan966x_ptp_classify()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c42 ptp_class = ptp_classify_raw(skb); in bnxt_ptp_parse()
/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/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c111 if (ptp_classify_raw(skb) == PTP_CLASS_NONE) in pch_ptp_match()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c770 ptp_class = ptp_classify_raw(skb); in dpaa2_eth_ptp_parse()