| /linux/net/core/ |
| H 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/ |
| H 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/ptp/ |
| H A D | ptp_ines.c | 462 hdr = ptp_parse_header(skb, ptp_class); in ines_match() 687 hdr = ptp_parse_header(skb, type); in is_sync_pdelay_resp()
|
| /linux/net/dsa/ |
| H A D | tag_ksz.c | 222 ptp_hdr = ptp_parse_header(skb, ptp_type); in ksz_xmit_timestamp()
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | timestamping.rst | 586 传输类型,并使用 ``ptp_parse_header`` 解释 PTP 头字段。可能存在一个 IRQ,
|
| /linux/drivers/net/phy/ |
| H A D | microchip_rds_ptp.c | 357 ptp_header = ptp_parse_header(skb, type); in mchp_rds_ptp_get_sig_rx() 923 ptp_header = ptp_parse_header(skb, type); in mchp_rds_ptp_get_sig_tx()
|
| H A D | micrel.c | 3312 ptp_header = ptp_parse_header(skb, type); in lan8814_get_sig_rx() 3994 ptp_header = ptp_parse_header(skb, type); in lan8814_get_sig_tx() 5177 struct ptp_header *header = ptp_parse_header(skb, type); in lan8841_rxtstamp()
|
| H A D | dp83640.c | 804 hdr = ptp_parse_header(skb, type); in match()
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_ptp.c | 474 ptp_hdr = ptp_parse_header(skb, type); in ksz_port_rxtstamp() 514 hdr = ptp_parse_header(skb, type); in ksz_port_txtstamp()
|
| /linux/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_ptp.c | 174 header = ptp_parse_header(skb, type); in sparx5_ptp_classify()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpts.c | 444 hdr = ptp_parse_header(skb, ptp_class); in cpts_skb_get_mtype_seqid()
|
| H A D | am65-cpts.c | 906 hdr = ptp_parse_header(skb, ptp_class); in am65_skb_get_mtype_seqid()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_ptp.c | 348 header = ptp_parse_header(skb, type); in lan966x_ptp_classify()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ptp.c | 47 hdr = ptp_parse_header(skb, ptp_class); in bnxt_ptp_parse()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ptp.c | 502 hdr = ptp_parse_header(skb, ptp_class); in mlxsw_sp_ptp_parse()
|
| H A D | spectrum.c | 176 return !!ptp_parse_header(skb, type); in mlxsw_sp_skb_requires_ts()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc.c | 174 hdr = ptp_parse_header(skb, ptp_class); in enetc_ptp_parse()
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.c | 774 hdr = ptp_parse_header(skb, ptp_class); in dpaa2_eth_ptp_parse()
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 1249 hdr = ptp_parse_header(skb, ptp_class); in ptp_one_step_sync()
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_main.c | 4125 hdr = ptp_parse_header(skb, type); in mvpp2_tx_hw_tstamp()
|