/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 | 18 return ptp_classify_raw(skb); in classify() 101 type = ptp_classify_raw(skb); in skb_defer_rx_timestamp()
|
/linux/include/linux/ ! |
H A D | ptp_classify.h | 85 * 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 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/net/dsa/ ! |
H A D | tag.c | 44 type = ptp_classify_raw(skb); in dsa_skb_defer_rx_timestamp()
|
/linux/drivers/net/dsa/hirschmann/ ! |
H A D | hellcreek_hwtstamp.c | 370 type = ptp_classify_raw(skb); in hellcreek_port_txtstamp()
|
/linux/drivers/net/phy/ ! |
H A D | microchip_rds_ptp.c | 353 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 D | hwtstamp.c | 472 type = ptp_classify_raw(skb); in mv88e6xxx_port_txtstamp()
|
/linux/drivers/net/ethernet/mscc/ ! |
H A D | ocelot_ptp.c | 733 ptp_class = ptp_classify_raw(skb); in ocelot_port_txtstamp_request()
|
/linux/drivers/net/ethernet/microchip/lan966x/ ! |
H A D | lan966x_ptp.c | 338 type = ptp_classify_raw(skb); in lan966x_ptp_classify()
|
/linux/drivers/net/dsa/microchip/ ! |
H A D | ksz_ptp.c | 508 type = ptp_classify_raw(skb); in ksz_port_txtstamp()
|
/linux/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/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/drivers/net/dsa/ocelot/ ! |
H A D | felix.c | 1833 type = ptp_classify_raw(skb); in felix_check_xtr_pkt()
|
/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()
|
/linux/Documentation/networking/ ! |
H A D | timestamping.rst | 731 drivers can use a BPF classifier (``ptp_classify_raw``) to identify
|
/linux/drivers/net/ethernet/freescale/enetc/ ! |
H A D | enetc.c | 161 ptp_class = ptp_classify_raw(skb); in enetc_ptp_parse()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ ! |
H A D | dpaa2-eth.c | 770 ptp_class = ptp_classify_raw(skb); in dpaa2_eth_ptp_parse()
|
/linux/drivers/net/ethernet/marvell/mvpp2/ ! |
H A D | mvpp2_main.c | 4123 type = ptp_classify_raw(skb); in mvpp2_tx_hw_tstamp()
|