/openbmc/linux/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 | 17 return ptp_classify_raw(skb); in classify() 58 type = ptp_classify_raw(skb); in skb_defer_rx_timestamp()
|
/openbmc/linux/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
|
/openbmc/linux/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 | 787 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 D | cpts.c | 436 unsigned int ptp_class = ptp_classify_raw(skb); in cpts_skb_get_mtype_seqid()
|
/openbmc/linux/net/dsa/ |
H A D | tag.c | 44 type = ptp_classify_raw(skb); in dsa_skb_defer_rx_timestamp()
|
/openbmc/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek_hwtstamp.c | 376 type = ptp_classify_raw(skb); in hellcreek_port_txtstamp()
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | hwtstamp.c | 476 type = ptp_classify_raw(skb); in mv88e6xxx_port_txtstamp()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_ptp.c | 162 type = ptp_classify_raw(skb); in sparx5_ptp_classify()
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_ines.c | 287 unsigned int class = ptp_classify_raw(skb), i; in ines_find_txts()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_ptp.c | 674 ptp_class = ptp_classify_raw(skb); in ocelot_port_txtstamp_request()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ptp.c | 334 type = ptp_classify_raw(skb); in lan966x_ptp_classify()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ptp.c | 42 ptp_class = ptp_classify_raw(skb); in bnxt_ptp_parse()
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_ptp.c | 514 type = ptp_classify_raw(skb); in ksz_port_txtstamp()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ptp.c | 491 ptp_class = ptp_classify_raw(skb); in mlxsw_sp_ptp_parse()
|
H A D | spectrum.c | 296 type = ptp_classify_raw(skb); in mlxsw_sp_skb_requires_ts()
|
/openbmc/linux/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 283 if (ptp_classify_raw(skb) != PTP_CLASS_V1_IPV4) in ixp_ptp_match()
|
/openbmc/linux/drivers/net/phy/ |
H A D | micrel.c | 2606 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 D | felix.c | 1699 type = ptp_classify_raw(skb); in felix_check_xtr_pkt()
|
/openbmc/linux/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()
|
/openbmc/linux/Documentation/networking/ |
H A D | timestamping.rst | 680 drivers can use a BPF classifier (``ptp_classify_raw``) to identify
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 121 ptp_class = ptp_classify_raw(skb); in enetc_ptp_parse()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 770 ptp_class = ptp_classify_raw(skb); in dpaa2_eth_ptp_parse()
|
/openbmc/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 1221 ptp_class = ptp_classify_raw(skb); in ptp_one_step_sync()
|