Home
last modified time | relevance | path

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

/Linux-v5.15/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);
/Linux-v5.15/include/linux/
Dptp_classify.h101 struct ptp_header *ptp_parse_header(struct sk_buff *skb, unsigned int type);
137 static inline struct ptp_header *ptp_parse_header(struct sk_buff *skb, in ptp_parse_header() function
/Linux-v5.15/drivers/net/dsa/hirschmann/
Dhellcreek_hwtstamp.c165 hdr = ptp_parse_header(skb, type); in hellcreek_should_tstamp()
325 hdr = ptp_parse_header(skb, type); in hellcreek_get_rxts()
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c227 hdr = ptp_parse_header(skb, type); in mv88e6xxx_should_tstamp()
251 hdr = ptp_parse_header(skb, type); in seq_match()
/Linux-v5.15/drivers/ptp/
Dptp_ines.c446 hdr = ptp_parse_header(skb, ptp_class); in ines_match()
675 hdr = ptp_parse_header(skb, type); in is_sync_pdelay_resp()
/Linux-v5.15/drivers/net/phy/
Dnxp-c45-tja11xx.c479 NXP_C45_SKB_CB(skb)->header = ptp_parse_header(skb, type); in nxp_c45_txtstamp()
497 struct ptp_header *header = ptp_parse_header(skb, type); in nxp_c45_rxtstamp()
Ddp83640.c821 hdr = ptp_parse_header(skb, type); in match()
977 hdr = ptp_parse_header(skb, type); in is_sync()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.c34 hdr = ptp_parse_header(skb, ptp_class); in bnxt_ptp_parse()
/Linux-v5.15/drivers/net/ethernet/ti/
Dcpts.c456 hdr = ptp_parse_header(skb, ptp_class); in cpts_skb_get_mtype_seqid()
Dam65-cpts.c760 hdr = ptp_parse_header(skb, ptp_class); in am65_skb_get_mtype_seqid()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot.c610 hdr = ptp_parse_header(skb, ptp_class); in ocelot_ptp_is_onestep_sync()
699 hdr = ptp_parse_header(clone, OCELOT_SKB_CB(clone)->ptp_class); in ocelot_validate_ptp_skb()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c330 hdr = ptp_parse_header(skb, ptp_class); in mlxsw_sp_ptp_parse()
/Linux-v5.15/drivers/net/ethernet/freescale/enetc/
Denetc.c104 hdr = ptp_parse_header(skb, ptp_class); in enetc_ptp_parse()
/Linux-v5.15/Documentation/networking/
Dtimestamping.rst651 the PTP transport type, and ``ptp_parse_header`` to interpret the PTP
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c668 hdr = ptp_parse_header(skb, ptp_class); in dpaa2_eth_ptp_parse()
/Linux-v5.15/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4091 hdr = ptp_parse_header(skb, type); in mvpp2_tx_hw_tstamp()