| /linux-6.15/net/core/ |
| H A D | ptp_classifier.c | 104 unsigned int ptp_classify_raw(const struct sk_buff *skb) in ptp_classify_raw() function 108 EXPORT_SYMBOL_GPL(ptp_classify_raw);
|
| H A D | timestamping.c | 18 return ptp_classify_raw(skb); in classify() 101 type = ptp_classify_raw(skb); in skb_defer_rx_timestamp()
|
| /linux-6.15/include/linux/ |
| H A D | ptp_classify.h | 94 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-6.15/drivers/net/ethernet/ti/ |
| H A D | cpts.h | 137 unsigned int class = ptp_classify_raw(skb); in cpts_can_timestamp()
|
| H A D | am65-cpts.c | 794 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 D | cpts.c | 436 unsigned int ptp_class = ptp_classify_raw(skb); in cpts_skb_get_mtype_seqid()
|
| /linux-6.15/net/dsa/ |
| H A D | tag.c | 44 type = ptp_classify_raw(skb); in dsa_skb_defer_rx_timestamp()
|
| /linux-6.15/drivers/net/dsa/hirschmann/ |
| H A D | hellcreek_hwtstamp.c | 376 type = ptp_classify_raw(skb); in hellcreek_port_txtstamp()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | microchip_rds_ptp.c | 357 type = ptp_classify_raw(skb); in mchp_rds_ptp_get_sig_rx() 900 type = ptp_classify_raw(skb); in mchp_rds_ptp_get_sig_tx()
|
| H A D | micrel.c | 2801 type = ptp_classify_raw(skb); in lan8814_get_sig_rx() 3466 type = ptp_classify_raw(skb); in lan8814_get_sig_tx()
|
| /linux-6.15/drivers/net/dsa/mv88e6xxx/ |
| H A D | hwtstamp.c | 476 type = ptp_classify_raw(skb); in mv88e6xxx_port_txtstamp()
|
| /linux-6.15/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_ptp.c | 166 type = ptp_classify_raw(skb); in sparx5_ptp_classify()
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_ines.c | 287 unsigned int class = ptp_classify_raw(skb), i; in ines_find_txts()
|
| /linux-6.15/drivers/net/ethernet/mscc/ |
| H A D | ocelot_ptp.c | 755 ptp_class = ptp_classify_raw(skb); in ocelot_port_txtstamp_request()
|
| /linux-6.15/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_ptp.c | 334 type = ptp_classify_raw(skb); in lan966x_ptp_classify()
|
| /linux-6.15/drivers/net/dsa/microchip/ |
| H A D | ksz_ptp.c | 514 type = ptp_classify_raw(skb); in ksz_port_txtstamp()
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ptp.c | 42 ptp_class = ptp_classify_raw(skb); in bnxt_ptp_parse()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 492 ptp_class = ptp_classify_raw(skb); in mlxsw_sp_ptp_parse()
|
| H A D | spectrum.c | 175 type = ptp_classify_raw(skb); in mlxsw_sp_skb_requires_ts()
|
| /linux-6.15/drivers/net/ethernet/xscale/ |
| H A D | ixp4xx_eth.c | 291 if (ptp_classify_raw(skb) != PTP_CLASS_V1_IPV4) in ixp_ptp_match()
|
| /linux-6.15/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 1830 type = ptp_classify_raw(skb); in felix_check_xtr_pkt()
|
| /linux-6.15/drivers/net/ethernet/oki-semi/pch_gbe/ |
| H A D | pch_gbe_main.c | 111 if (ptp_classify_raw(skb) == PTP_CLASS_NONE) in pch_ptp_match()
|
| /linux-6.15/Documentation/networking/ |
| H A D | timestamping.rst | 731 drivers can use a BPF classifier (``ptp_classify_raw``) to identify
|
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc.c | 125 ptp_class = ptp_classify_raw(skb); in enetc_ptp_parse()
|
| /linux-6.15/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.c | 770 ptp_class = ptp_classify_raw(skb); in dpaa2_eth_ptp_parse()
|