Home
last modified time | relevance | path

Searched refs:ptp_parse_header (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.6/net/core/
Dptp_classifier.c110 struct ptp_header *ptp_parse_header(struct sk_buff *skb, unsigned int type) in ptp_parse_header() function
138 EXPORT_SYMBOL_GPL(ptp_parse_header);
144 hdr = ptp_parse_header(skb, type); in ptp_msg_is_sync()
/Linux-v6.6/include/linux/
Dptp_classify.h109 struct ptp_header *ptp_parse_header(struct sk_buff *skb, unsigned int type);
219 static inline struct ptp_header *ptp_parse_header(struct sk_buff *skb, in ptp_parse_header() function
/Linux-v6.6/drivers/net/dsa/hirschmann/
Dhellcreek_hwtstamp.c161 hdr = ptp_parse_header(skb, type); in hellcreek_should_tstamp()
314 hdr = ptp_parse_header(skb, type); in hellcreek_get_rxts()
/Linux-v6.6/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c223 hdr = ptp_parse_header(skb, type); in mv88e6xxx_should_tstamp()
247 hdr = ptp_parse_header(skb, type); in seq_match()
/Linux-v6.6/drivers/ptp/
Dptp_ines.c442 hdr = ptp_parse_header(skb, ptp_class); in ines_match()
671 hdr = ptp_parse_header(skb, type); in is_sync_pdelay_resp()
/Linux-v6.6/net/dsa/
Dtag_ksz.c215 ptp_hdr = ptp_parse_header(skb, ptp_type); in ksz_xmit_timestamp()
/Linux-v6.6/drivers/net/phy/
Dbcm-phy-ptp.c398 header = ptp_parse_header(skb, type); in bcm_ptp_rxtstamp()
753 hdr = ptp_parse_header(skb, type); in bcm_ptp_txtstamp()
Dnxp-c45-tja11xx.c991 NXP_C45_SKB_CB(skb)->header = ptp_parse_header(skb, type); in nxp_c45_txtstamp()
1009 struct ptp_header *header = ptp_parse_header(skb, type); in nxp_c45_rxtstamp()
Dmicrel.c2502 ptp_header = ptp_parse_header(skb, type); in lan8814_get_sig_rx()
2803 ptp_header = ptp_parse_header(skb, type); in lan8814_get_sig_tx()
3766 struct ptp_header *header = ptp_parse_header(skb, type); in lan8841_rxtstamp()
Ddp83640.c814 hdr = ptp_parse_header(skb, type); in match()
/Linux-v6.6/drivers/net/ethernet/mscc/
Docelot_ptp.c648 hdr = ptp_parse_header(skb, ptp_class); in ocelot_ptp_is_onestep_sync()
737 hdr = ptp_parse_header(clone, OCELOT_SKB_CB(clone)->ptp_class); in ocelot_validate_ptp_skb()
/Linux-v6.6/drivers/net/dsa/microchip/
Dksz_ptp.c481 ptp_hdr = ptp_parse_header(skb, type); in ksz_port_rxtstamp()
521 hdr = ptp_parse_header(skb, type); in ksz_port_txtstamp()
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_ptp.c170 header = ptp_parse_header(skb, type); in sparx5_ptp_classify()
/Linux-v6.6/drivers/net/ethernet/ti/
Dcpts.c444 hdr = ptp_parse_header(skb, ptp_class); in cpts_skb_get_mtype_seqid()
Dam65-cpts.c895 hdr = ptp_parse_header(skb, ptp_class); in am65_skb_get_mtype_seqid()
/Linux-v6.6/drivers/net/ethernet/microchip/lan966x/
Dlan966x_ptp.c338 header = ptp_parse_header(skb, type); in lan966x_ptp_classify()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.c47 hdr = ptp_parse_header(skb, ptp_class); in bnxt_ptp_parse()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c501 hdr = ptp_parse_header(skb, ptp_class); in mlxsw_sp_ptp_parse()
Dspectrum.c297 return !!ptp_parse_header(skb, type); in mlxsw_sp_skb_requires_ts()
/Linux-v6.6/Documentation/networking/
Dtimestamping.rst681 the PTP transport type, and ``ptp_parse_header`` to interpret the PTP
/Linux-v6.6/drivers/net/ethernet/freescale/enetc/
Denetc.c125 hdr = ptp_parse_header(skb, ptp_class); in enetc_ptp_parse()
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c770 hdr = ptp_parse_header(skb, ptp_class); in dpaa2_eth_ptp_parse()
/Linux-v6.6/drivers/net/ethernet/cadence/
Dmacb_main.c1217 hdr = ptp_parse_header(skb, ptp_class); in ptp_one_step_sync()
/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4095 hdr = ptp_parse_header(skb, type); in mvpp2_tx_hw_tstamp()