| /linux/net/core/ |
| A 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/include/linux/ |
| A D | ptp_classify.h | 109 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/drivers/net/dsa/hirschmann/ |
| A D | hellcreek_hwtstamp.c | 161 hdr = ptp_parse_header(skb, type); in hellcreek_should_tstamp() 314 hdr = ptp_parse_header(skb, type); in hellcreek_get_rxts()
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| A 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/drivers/ptp/ |
| A D | ptp_ines.c | 440 hdr = ptp_parse_header(skb, ptp_class); in ines_match() 665 hdr = ptp_parse_header(skb, type); in is_sync_pdelay_resp()
|
| /linux/drivers/net/ethernet/mscc/ |
| A D | ocelot_ptp.c | 644 hdr = ptp_parse_header(skb, ptp_class); in ocelot_ptp_is_onestep_sync() 733 hdr = ptp_parse_header(clone, OCELOT_SKB_CB(clone)->ptp_class); in ocelot_validate_ptp_skb()
|
| /linux/drivers/net/phy/ |
| A 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()
|
| A D | nxp-c45-tja11xx.c | 974 NXP_C45_SKB_CB(skb)->header = ptp_parse_header(skb, type); in nxp_c45_txtstamp() 992 struct ptp_header *header = ptp_parse_header(skb, type); in nxp_c45_rxtstamp()
|
| A D | micrel.c | 2712 ptp_header = ptp_parse_header(skb, type); in lan8814_get_sig_rx() 3377 ptp_header = ptp_parse_header(skb, type); in lan8814_get_sig_tx() 4480 struct ptp_header *header = ptp_parse_header(skb, type); in lan8841_rxtstamp()
|
| A D | dp83640.c | 814 hdr = ptp_parse_header(skb, type); in match()
|
| /linux/net/dsa/ |
| A D | tag_ksz.c | 218 ptp_hdr = ptp_parse_header(skb, ptp_type); in ksz_xmit_timestamp()
|
| /linux/drivers/net/dsa/microchip/ |
| A D | ksz_ptp.c | 478 ptp_hdr = ptp_parse_header(skb, type); in ksz_port_rxtstamp() 518 hdr = ptp_parse_header(skb, type); in ksz_port_txtstamp()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| A D | sparx5_ptp.c | 170 header = ptp_parse_header(skb, type); in sparx5_ptp_classify()
|
| /linux/drivers/net/ethernet/ti/ |
| A D | cpts.c | 444 hdr = ptp_parse_header(skb, ptp_class); in cpts_skb_get_mtype_seqid()
|
| A D | am65-cpts.c | 884 hdr = ptp_parse_header(skb, ptp_class); in am65_skb_get_mtype_seqid()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_ptp.c | 338 header = ptp_parse_header(skb, type); in lan966x_ptp_classify()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_ptp.c | 47 hdr = ptp_parse_header(skb, ptp_class); in bnxt_ptp_parse()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_ptp.c | 502 hdr = ptp_parse_header(skb, ptp_class); in mlxsw_sp_ptp_parse()
|
| A D | spectrum.c | 299 return !!ptp_parse_header(skb, type); in mlxsw_sp_skb_requires_ts()
|
| /linux/Documentation/networking/ |
| A D | timestamping.rst | 700 the PTP transport type, and ``ptp_parse_header`` to interpret the PTP
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| A D | enetc.c | 125 hdr = ptp_parse_header(skb, ptp_class); in enetc_ptp_parse()
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| A D | dpaa2-eth.c | 774 hdr = ptp_parse_header(skb, ptp_class); in dpaa2_eth_ptp_parse()
|
| /linux/drivers/net/ethernet/cadence/ |
| A D | macb_main.c | 1225 hdr = ptp_parse_header(skb, ptp_class); in ptp_one_step_sync()
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| A D | mvpp2_main.c | 4136 hdr = ptp_parse_header(skb, type); in mvpp2_tx_hw_tstamp()
|