/linux-6.1.9/net/core/ |
D | ptp_classifier.c | 110 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-6.1.9/include/linux/ |
D | ptp_classify.h | 105 struct ptp_header *ptp_parse_header(struct sk_buff *skb, unsigned int type); 152 static inline struct ptp_header *ptp_parse_header(struct sk_buff *skb, in ptp_parse_header() function
|
/linux-6.1.9/drivers/net/dsa/hirschmann/ |
D | hellcreek_hwtstamp.c | 161 hdr = ptp_parse_header(skb, type); in hellcreek_should_tstamp() 321 hdr = ptp_parse_header(skb, type); in hellcreek_get_rxts()
|
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/ |
D | hwtstamp.c | 223 hdr = ptp_parse_header(skb, type); in mv88e6xxx_should_tstamp() 247 hdr = ptp_parse_header(skb, type); in seq_match()
|
/linux-6.1.9/drivers/ptp/ |
D | ptp_ines.c | 442 hdr = ptp_parse_header(skb, ptp_class); in ines_match() 671 hdr = ptp_parse_header(skb, type); in is_sync_pdelay_resp()
|
/linux-6.1.9/drivers/net/ethernet/mscc/ |
D | ocelot_ptp.c | 627 hdr = ptp_parse_header(skb, ptp_class); in ocelot_ptp_is_onestep_sync() 716 hdr = ptp_parse_header(clone, OCELOT_SKB_CB(clone)->ptp_class); in ocelot_validate_ptp_skb()
|
/linux-6.1.9/drivers/net/phy/ |
D | bcm-phy-ptp.c | 398 header = ptp_parse_header(skb, type); in bcm_ptp_rxtstamp() 753 hdr = ptp_parse_header(skb, type); in bcm_ptp_txtstamp()
|
D | nxp-c45-tja11xx.c | 699 NXP_C45_SKB_CB(skb)->header = ptp_parse_header(skb, type); in nxp_c45_txtstamp() 717 struct ptp_header *header = ptp_parse_header(skb, type); in nxp_c45_rxtstamp()
|
D | micrel.c | 2302 ptp_header = ptp_parse_header(skb, type); in lan8814_get_sig_rx() 2603 ptp_header = ptp_parse_header(skb, type); in lan8814_get_sig_tx()
|
D | dp83640.c | 821 hdr = ptp_parse_header(skb, type); in match()
|
/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_ptp.c | 172 header = ptp_parse_header(skb, type); in sparx5_ptp_classify()
|
/linux-6.1.9/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_ptp.c | 123 header = ptp_parse_header(skb, type); in lan966x_ptp_classify()
|
/linux-6.1.9/drivers/net/ethernet/ti/ |
D | cpts.c | 456 hdr = ptp_parse_header(skb, ptp_class); in cpts_skb_get_mtype_seqid()
|
D | am65-cpts.c | 760 hdr = ptp_parse_header(skb, ptp_class); in am65_skb_get_mtype_seqid()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ptp.c | 46 hdr = ptp_parse_header(skb, ptp_class); in bnxt_ptp_parse()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ptp.c | 513 hdr = ptp_parse_header(skb, ptp_class); in mlxsw_sp_ptp_parse()
|
D | spectrum.c | 297 return !!ptp_parse_header(skb, type); in mlxsw_sp_skb_requires_ts()
|
/linux-6.1.9/Documentation/networking/ |
D | timestamping.rst | 651 the PTP transport type, and ``ptp_parse_header`` to interpret the PTP
|
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/ |
D | enetc.c | 106 hdr = ptp_parse_header(skb, ptp_class); in enetc_ptp_parse()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.c | 740 hdr = ptp_parse_header(skb, ptp_class); in dpaa2_eth_ptp_parse()
|
/linux-6.1.9/drivers/net/ethernet/cadence/ |
D | macb_main.c | 1143 hdr = ptp_parse_header(skb, ptp_class); in ptp_one_step_sync()
|
/linux-6.1.9/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 4095 hdr = ptp_parse_header(skb, type); in mvpp2_tx_hw_tstamp()
|