Home
last modified time | relevance | path

Searched refs:ptp_header (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dptp_classify.h55 struct ptp_header { struct
96 struct ptp_header *ptp_parse_header(struct sk_buff *skb, unsigned int type);
108 static inline u8 ptp_get_msgtype(const struct ptp_header *hdr, in ptp_get_msgtype()
132 static inline struct ptp_header *ptp_parse_header(struct sk_buff *skb, in ptp_parse_header()
137 static inline u8 ptp_get_msgtype(const struct ptp_header *hdr, in ptp_get_msgtype()
/kernel/linux/linux-5.10/net/core/
Dptp_classifier.c110 struct ptp_header *ptp_parse_header(struct sk_buff *skb, unsigned int type) in ptp_parse_header()
133 if (ptr + sizeof(struct ptp_header) > skb->data + skb->len) in ptp_parse_header()
136 return (struct ptp_header *)ptr; in ptp_parse_header()
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
Dhwtstamp.c217 static struct ptp_header *mv88e6xxx_should_tstamp(struct mv88e6xxx_chip *chip, in mv88e6xxx_should_tstamp()
222 struct ptp_header *hdr; in mv88e6xxx_should_tstamp()
249 struct ptp_header *hdr; in seq_match()
330 static int is_pdelay_resp(const struct ptp_header *hdr) in is_pdelay_resp()
340 struct ptp_header *hdr; in mv88e6xxx_port_rxtstamp()
476 struct ptp_header *hdr; in mv88e6xxx_port_txtstamp()
/kernel/linux/linux-5.10/drivers/ptp/
Dptp_ines.c443 struct ptp_header *hdr; in ines_match()
677 struct ptp_header *hdr; in is_sync_pdelay_resp()
/kernel/linux/linux-5.10/drivers/net/phy/
Ddp83640.c805 struct ptp_header *hdr; in match()
966 struct ptp_header *hdr; in is_sync()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
Dcpts.c449 struct ptp_header *hdr; in cpts_skb_get_mtype_seqid()
Dam65-cpts.c753 struct ptp_header *hdr; in am65_skb_get_mtype_seqid()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c318 struct ptp_header *hdr; in mlxsw_sp_ptp_parse()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c635 struct ptp_header *hdr; in dpaa2_eth_ptp_parse()
659 *origintimestamp_offset = (u8 *)hdr + sizeof(struct ptp_header) - base; in dpaa2_eth_ptp_parse()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c3726 struct ptp_header *hdr; in mvpp2_tx_hw_tstamp()